public class StartDirBuilder extends 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 |
|---|---|
boolean |
addModule(Module module)
Add a module to the start environment in
${jetty.base} |
protected void |
writeModuleSection(BufferedWriter writer,
Module module) |
public StartDirBuilder(BaseBuilder baseBuilder) throws IOException
IOExceptionpublic boolean addModule(Module module) throws IOException
BaseBuilder.Config${jetty.base}addModule in interface BaseBuilder.Configmodule - the module to addIOException - if unable to add the moduleprotected void writeModuleSection(BufferedWriter writer, Module module)
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.