public class RunStandalone extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static File |
APP_CONFIG_FILE |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostFromJettyConfig() |
int |
getPortFromJettyConfig() |
String |
getSnarkRevision() |
static void |
main(String[] args)
Usage: RunStandalone [host [port]] (but must match what's in the jetty-i2psnark.xml file)
|
static void |
shutdown() |
void |
start() |
void |
stop() |
static final File APP_CONFIG_FILE
public String getHostFromJettyConfig()
public int getPortFromJettyConfig()
public String getSnarkRevision()
public static void main(String[] args)
public static void shutdown()
public void start()
public void stop()