public class CommandLineMode extends java.lang.Object implements RuntimeMode
Constructor and Description |
---|
CommandLineMode() |
Modifier and Type | Method and Description |
---|---|
void |
alert(java.lang.String message) |
void |
init() |
void |
launchDesktopApplication() |
void |
setServerStatus(ServerStatus status,
java.net.URI wallet,
java.io.File logFileDir) |
void |
shutdown() |
public void init()
init
in interface RuntimeMode
public void setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
setServerStatus
in interface RuntimeMode
public void launchDesktopApplication()
launchDesktopApplication
in interface RuntimeMode
public void shutdown()
shutdown
in interface RuntimeMode
public void alert(java.lang.String message)
alert
in interface RuntimeMode