Package org.eclipse.jetty.embedded
Class JettyDistribution
- java.lang.Object
- 
- org.eclipse.jetty.embedded.JettyDistribution
 
- 
 public class JettyDistribution extends java.lang.ObjectA utility test class to locate a Jetty Distribution for testing purposes by searching:- The jetty.homesystem property
- The JETTY_HOMEenvironment variable
- The working directory hierarchy with subdirectory jetty-distribution/target/home
 
- The 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.nio.file.PathDISTRIBUTION
 - 
Constructor SummaryConstructors Constructor Description JettyDistribution()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.file.Pathget()static voidmain(java.lang.String... arg)static java.nio.file.Pathresolve(java.lang.String path)
 
-