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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StartIniBuilder
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
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
 
 -