Node Director
|
Create documentation from repository. More...
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() | |
synchronized 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 () |
Create documentation from repository.
|
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.application.autodoc.DocExtDocu.fetch(), sfi.director.repository.config.Directory.getDirectory(), sfi.director.util.Logger.INFO, sfi.director.util.Tools.log(), sfi.director.util.Logger.NOTICE, sfi.director.repository.config.DirectoryAccess.search(), sfi.director.util.Init.setup_cli(), sfi.director.application.autodoc.DocExtDocu.store(), sfi.director.repository.DBConnection.unwrap(), and sfi.director.application.autodoc.DocExtDocu.urn.
|
virtual |
return a one-line usage string
Implements sfi.director.cli.CLICommand.