public class JettyStart extends Object implements net.i2p.app.ClientApp
| Constructor and Description |
|---|
JettyStart(net.i2p.I2PAppContext context,
net.i2p.app.ClientAppManager mgr,
String[] args)
All args must be XML file names.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getName() |
net.i2p.app.ClientAppState |
getState() |
static void |
main(String[] args)
For use in a plugin clients.config
|
void |
parseArgs(String[] args)
Modified from XmlConfiguration.main()
|
void |
shutdown(String[] args) |
void |
startup() |
public JettyStart(net.i2p.I2PAppContext context,
net.i2p.app.ClientAppManager mgr,
String[] args)
throws Exception
context - may be nullmgr - may be null e.g. for use in pluginsExceptionpublic void parseArgs(String[] args) throws Exception
Exceptionpublic void startup()
startup in interface net.i2p.app.ClientApppublic void shutdown(String[] args)
shutdown in interface net.i2p.app.ClientApppublic net.i2p.app.ClientAppState getState()
getState in interface net.i2p.app.ClientApppublic String getName()
getName in interface net.i2p.app.ClientApppublic String getDisplayName()
getDisplayName in interface net.i2p.app.ClientApppublic static void main(String[] args)
args - passed to constructor