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

Implements the 'passwd' director command changing user passwords. More...

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

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()
String noechoPrompt (String prompt) throws DirectorException
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 ()

Protected Member Functions

void finalize ()

Detailed Description

Implements the 'passwd' director command changing user passwords.

Member Function Documentation

void sfi.director.cli.passwd.finalize ( )
protected
String [] sfi.director.cli.passwd.getOptDefinitions ( )
virtual

return option definitions as used by Tools.getOpt()

Implements sfi.director.cli.CLICommand.

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

return a more verbose usage string (aka.

help)

Implements sfi.director.cli.CLICommand.

String sfi.director.cli.passwd.noechoPrompt ( String  prompt) throws DirectorException
synchronized void sfi.director.cli.passwd.run ( Hashtable  optargs) throws DirectorException
virtual
String sfi.director.cli.passwd.usage ( )
virtual

return a one-line usage string

Implements sfi.director.cli.CLICommand.


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