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 voidalert(java.lang.String message)voidinit()voidlaunchDesktopApplication()voidsetServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)voidshutdown()
-
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceRuntimeMode
-
setServerStatus
public void setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
- Specified by:
setServerStatusin interfaceRuntimeMode
-
launchDesktopApplication
public void launchDesktopApplication()
- Specified by:
launchDesktopApplicationin interfaceRuntimeMode
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceRuntimeMode
-
alert
public void alert(java.lang.String message)
- Specified by:
alertin interfaceRuntimeMode
-
-