public class RunStandalone extends Object
Modifier and Type | Field | Description |
---|---|---|
(package private) static File |
APP_CONFIG_FILE |
Modifier and Type | Method | Description |
---|---|---|
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 static void main(String[] args)
public void start()
public void stop()
public static void shutdown()