Package org.eclipse.jetty.start.builders
Class StartDirBuilder
java.lang.Object
org.eclipse.jetty.start.builders.StartDirBuilder
- All Implemented Interfaces:
BaseBuilder.Config
Management of the
${jetty.base}/start.d/
based configuration.
Implementation of the --add-modules=[name]
command line behavior
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StartDirBuilder
- 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
-