Package | Description |
---|---|
org.eclipse.jetty.start |
Jetty Start : Generic Java Start Mechanism
|
org.eclipse.jetty.start.builders |
Modifier and Type | Method and Description |
---|---|
Module |
Modules.get(String name) |
Modifier and Type | Method and Description |
---|---|
List<Module> |
Modules.getSelected() |
Iterator<Module> |
Modules.iterator() |
Stream<Module> |
Modules.stream() |
Modifier and Type | Method and Description |
---|---|
void |
Licensing.addModule(Module module) |
boolean |
BaseBuilder.Config.addModule(Module module)
Add a module to the start environment in
${jetty.base} |
void |
StartArgs.parseModule(Module module) |
Modifier and Type | Method and Description |
---|---|
void |
StartArgs.expandModules(BaseHome baseHome,
List<Module> activeModules)
Build up the Classpath and XML file references based on enabled Module list.
|
Constructor and Description |
---|
FileArg(Module module,
String uriLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
StartDirBuilder.addModule(Module module) |
boolean |
StartIniBuilder.addModule(Module module) |
protected void |
StartDirBuilder.writeModuleSection(BufferedWriter writer,
Module module) |
protected void |
StartIniBuilder.writeModuleSection(BufferedWriter writer,
Module module) |
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.