Package org.eclipse.jetty.start
Interface BaseBuilder.Config
- All Known Implementing Classes:
StartDirBuilder
,StartIniBuilder
- Enclosing class:
- BaseBuilder
public static interface BaseBuilder.Config
-
Method Summary
-
Method Details
-
addModule
Add a module to the start environment in${jetty.base}
- 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
-