| Package | Description |
|---|---|
| org.eclipse.jetty.start |
Jetty Start : Generic Java Start Mechanism
|
| Modifier and Type | Method and Description |
|---|---|
StartArgs |
Main.processCommandLine(List<String> cmdLine)
Convenience for
processCommandLine(cmdLine.toArray(new String[cmdLine.size()])) |
StartArgs |
Main.processCommandLine(String[] cmdLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
Main.invokeMain(StartArgs args) |
void |
Main.listConfig(StartArgs args) |
void |
Modules.registerAll(BaseHome basehome,
StartArgs args) |
void |
Modules.registerParentsIfMissing(BaseHome basehome,
StartArgs args,
Module module) |
void |
Main.start(StartArgs args) |
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.