BaseBuilder.Config
public class StartDirBuilder extends java.lang.Object implements BaseBuilder.Config
${jetty.base}/start.d/
based configuration.
Implementation of the --add-to-startd=[name]
command line behavior
Constructor | Description |
---|---|
StartDirBuilder(BaseBuilder baseBuilder) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
addModule(Module module,
Props props) |
Add a module to the start environment in
${jetty.base} |
public StartDirBuilder(BaseBuilder baseBuilder) throws java.io.IOException
java.io.IOException
public java.lang.String addModule(Module module, Props props) throws java.io.IOException
BaseBuilder.Config
${jetty.base}
addModule
in interface BaseBuilder.Config
module
- the module to addprops
- The properties to substitute into a templatejava.io.IOException
- if unable to add the moduleCopyright © 1995–2018 Webtide. All rights reserved.