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(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Module> |
Modules.getEnabled() |
java.util.Iterator<Module> |
Modules.iterator() |
java.util.stream.Stream<Module> |
Modules.stream() |
Modifier and Type | Method and Description |
---|---|
void |
Licensing.addModule(Module module) |
java.lang.String |
BaseBuilder.Config.addModule(Module module,
Props props)
Add a module to the start environment in
${jetty.base} |
int |
Module.compareTo(Module m) |
Modifier and Type | Method and Description |
---|---|
void |
StartArgs.expandModules(java.util.List<Module> activeModules)
Build up the Classpath and XML file references based on enabled Module list.
|
Constructor and Description |
---|
FileArg(Module module,
java.lang.String uriLocation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StartIniBuilder.addModule(Module module,
Props props) |
java.lang.String |
StartDirBuilder.addModule(Module module,
Props props) |
Copyright © 1995–2023 Webtide. All rights reserved.