Class StartIniBuilder
java.lang.Object
org.eclipse.jetty.start.builders.StartIniBuilder
- All Implemented Interfaces:
BaseBuilder.Config
Management of the
${jetty.base}/start.ini based configuration.
Implementation of the --add-to-start=[name] command line behavior
-
Field Details
-
baseHome
-
startIni
-
modulesPresent
-
propsPresent
-
-
Constructor Details
-
StartIniBuilder
- Throws:
IOException
-
-
Method Details
-
parseIni
- Throws:
IOException
-
addModule
Description copied from interface:BaseBuilder.ConfigAdd a module to the start environment in${jetty.base}- Specified by:
addModulein interfaceBaseBuilder.Config- Parameters:
module- the module to addprops- The properties to substitute into a template- Returns:
- The ini file if module was added, null if module was not added.
- Throws:
IOException- if unable to add the module
-