Package org.eclipse.jetty.start
Interface BaseBuilder.Config
-
- All Known Implementing Classes:
StartDirBuilder
,StartIniBuilder
- Enclosing class:
- BaseBuilder
public static interface BaseBuilder.Config
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
addModule(Module module, Props props)
Add a module to the start environment in${jetty.base}
-
-
-
Method Detail
-
addModule
java.lang.String addModule(Module module, Props props) throws java.io.IOException
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:
java.io.IOException
- if unable to add the module
-
-