Package | Description |
---|---|
org.eclipse.jetty.start |
Jetty Start : Generic Java Start Mechanism
|
Modifier and Type | Field and Description |
---|---|
private StartArgs |
Modules._args |
private StartArgs |
Main.jsvcStartArgs |
private StartArgs |
BaseBuilder.startArgs |
Modifier and Type | Method and Description |
---|---|
StartArgs |
BaseBuilder.getStartArgs() |
StartArgs |
Main.processCommandLine(java.util.List<java.lang.String> cmdLine)
Convenience for
processCommandLine(cmdLine.toArray(new String[cmdLine.size()])) |
StartArgs |
Main.processCommandLine(java.lang.String[] cmdLine) |
Modifier and Type | Method and Description |
---|---|
private void |
Main.doStop(StartArgs args) |
void |
Main.invokeMain(java.lang.ClassLoader classloader,
StartArgs args) |
void |
Main.listConfig(StartArgs args) |
void |
Main.listModules(StartArgs args) |
void |
Main.start(StartArgs args) |
Constructor and Description |
---|
BaseBuilder(BaseHome baseHome,
StartArgs args) |
Modules(BaseHome basehome,
StartArgs args) |