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.create | |
DN | getBase () |
void | prettyPrint (DBObject dbo, DBConnection db) |
synchronized void | edit (int mode) throws DirectorException |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from sfi.director.cli.create | |
static DN | getBase (Vector darg) |
static DN | getBase (String dir) |
Static Public Attributes inherited from sfi.director.cli.create | |
final static int | MOD_CREATE = 0 |
final static int | MOD_EDIT = 1 |
final static int | MOD_EVENT = 2 |
final static int | MOD_DELETE = 3 |
final static int | MOD_LISTEVENT = 4 |
final static int | MOD_LIST = 5 |
Create documentation from repository.
|
virtual |
return option definitions as used by Tools.getOpt()
Reimplemented from sfi.director.cli.create.
|
virtual |
|
virtual |
run the command with the (pre-parsed) options optargs
Reimplemented from sfi.director.cli.create.
References sfi.director.util.SiteSetup.configdir, sfi.director.util.Tools.execWait(), sfi.director.util.Setup.fileSeparator, sfi.director.util.Options.getOption(), sfi.director.cli.CLICommand.getOptions(), sfi.director.util.MyProperties.getProperty(), sfi.director.util.Setup.properties, sfi.director.system.FileStats.setPerms(), and sfi.director.util.Init.setup_cli().
|
virtual |
return a one-line usage string
Reimplemented from sfi.director.cli.create.