Package org.eclipse.jetty.embedded
Class JettyDistribution
- java.lang.Object
-
- org.eclipse.jetty.embedded.JettyDistribution
-
public class JettyDistribution extends java.lang.Object
A utility test class to locate a Jetty Distribution for testing purposes by searching:- The
jetty.home
system property - The
JETTY_HOME
environment variable - The working directory hierarchy with subdirectory
jetty-distribution/target/home
- The
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.file.Path
DISTRIBUTION
-
Constructor Summary
Constructors Constructor Description JettyDistribution()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.file.Path
get()
static void
main(java.lang.String... arg)
static java.nio.file.Path
resolve(java.lang.String path)
-