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 and Description |
|---|
StartDirBuilder(BaseBuilder baseBuilder) |
| Modifier and Type | Method and 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.IOExceptionpublic java.lang.String addModule(Module module, Props props) throws java.io.IOException
BaseBuilder.Config${jetty.base}addModule in interface BaseBuilder.Configmodule - the module to addprops - The properties to substitute into a templatejava.io.IOException - if unable to add the moduleCopyright © 1995–2023 Webtide. All rights reserved.