Package org.eclipse.jetty.start
Class StartEnvironment
java.lang.Object
org.eclipse.jetty.start.StartEnvironment
A start environment that contains the configurations that will be used to
build a runtime
org.eclipse.jetty.util.component.Environment
via
--env
arguments passed to org.eclipse.jetty.xml.XmlConfiguration#main(java.lang.String...)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPropertyFileRef
(String arg) void
addUniquePropertyFile
(String propertyFileRef, Path propertyFile) void
addUniqueXmlFile
(String xmlRef, Path xmlfile) void
void
void
protected void
dumpProperty
(PrintStream out, String key) getName()
void
resolve()
void
Expand any command line added--libs
lib references.toString()
-
Method Details
-
addLibRef
-
addPropertyFileRef
-
addUniquePropertyFile
- Throws:
IOException
-
addUniqueXmlFile
- Throws:
IOException
-
addXmlRef
-
dumpActiveXmls
-
dumpProperties
-
getClasspath
-
getName
-
getProperties
-
getXmlFiles
-
resolve
- Throws:
IOException
-
resolveLibs
Expand any command line added--libs
lib references.- Throws:
IOException
- if unable to expand the libraries
-
dumpProperty
-
getPropertyFiles
-
toString
-