Package nxt.env
Class CommandLineMode
- java.lang.Object
-
- nxt.env.CommandLineMode
-
- All Implemented Interfaces:
RuntimeMode
- Direct Known Subclasses:
WindowsServiceMode
public class CommandLineMode extends java.lang.Object implements RuntimeMode
-
-
Constructor Summary
Constructors Constructor Description CommandLineMode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceRuntimeMode
-
setServerStatus
public void setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
- Specified by:
setServerStatus
in interfaceRuntimeMode
-
launchDesktopApplication
public void launchDesktopApplication()
- Specified by:
launchDesktopApplication
in interfaceRuntimeMode
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interfaceRuntimeMode
-
alert
public void alert(java.lang.String message)
- Specified by:
alert
in interfaceRuntimeMode
-
-