Node Director
|
Implements the 'frinterface' director command starting the frontend interface server. More...
Classes | |
class | SessionControl |
Public Member Functions | |
String | usage () |
return a one-line usage string | |
String | help () |
return a more verbose usage string (aka. | |
String[] | getOptDefinitions () |
return option definitions as used by Tools.getOpt() | |
void | run (Hashtable optvals) throws DirectorException |
run the command with the (pre-parsed) options optargs | |
Public Member Functions inherited from sfi.director.cli.CLICommand | |
void | setOptions (Hashtable opts) |
sets options from a hash as returned by Tools.getOpts(). | |
Options | getOptions () |
Hashtable | getOptionsHash () |
Implements the 'frinterface' director command starting the frontend interface server.
|
virtual |
return option definitions as used by Tools.getOpt()
Implements sfi.director.cli.CLICommand.
|
virtual |
|
virtual |
run the command with the (pre-parsed) options optargs
Implements sfi.director.cli.CLICommand.
References sfi.director.util.SiteSetup.configdir, sfi.director.application.FrontendDisposable.dispose(), sfi.director.util.Logger.ERR, sfi.director.util.Tools.exit(), fi.iki.elonen.NanoHTTPD.getListeningPort(), sfi.director.util.Options.getOption(), sfi.director.cli.CLICommand.getOptions(), sfi.director.util.MyProperties.getProperty(), sfi.director.application.FrontendDisposable.hasTimedOut(), sfi.director.util.Logger.INFO, sfi.director.util.Tools.log(), sfi.director.util.Setup.properties, sfi.director.application.FrontendInterface.sessionLinkid, sfi.director.application.FrontendInterface.sessionPassword, sfi.director.util.Credentials.setAppCredentialsFile(), sfi.director.util.Init.setup_frinterface(), sfi.director.util.Tools.split(), sfi.director.application.FrontendInterface.talk(), and sfi.director.util.Logger.WARNING.
|
virtual |
return a one-line usage string
Implements sfi.director.cli.CLICommand.