Package org.eclipse.jetty.start.builders
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-module=[name]
command line behavior
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StartIniBuilder
- Throws:
IOException
-
-
Method Details
-
addModule
Description copied from interface:BaseBuilder.Config
Add a module to the start environment in${jetty.base}
- Specified by:
addModule
in 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
-