Node Director
Public Member Functions | List of all members
sfi.director.cli.sysinfo Class Reference

Implements the 'sysinfo' director command extracting and importing system information. More...

Inheritance diagram for sfi.director.cli.sysinfo:
sfi.director.cli.CLICommand

Public Member Functions

String usage ()
 returns 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
void infoImport () throws DirectorException
void genCmdline () 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 ()

Detailed Description

Implements the 'sysinfo' director command extracting and importing system information.

Member Function Documentation

void sfi.director.cli.sysinfo.genCmdline ( ) throws DirectorException
String [] sfi.director.cli.sysinfo.getOptDefinitions ( )
virtual

return option definitions as used by Tools.getOpt()

Implements sfi.director.cli.CLICommand.

String sfi.director.cli.sysinfo.help ( )
virtual

return a more verbose usage string (aka.

help)

Implements sfi.director.cli.CLICommand.

void sfi.director.cli.sysinfo.infoImport ( ) throws DirectorException
synchronized void sfi.director.cli.sysinfo.run ( Hashtable  optargs) throws DirectorException
virtual
String sfi.director.cli.sysinfo.usage ( )
virtual

returns usage string.

Implements sfi.director.cli.CLICommand.


The documentation for this class was generated from the following file: