public class GetRandomPassword extends AbstractContexed implements Command
Command
that generates a random password
from the RandomService
conn
Constructor and Description |
---|
GetRandomPassword(AppContext conn) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
One line description of the operation
|
java.lang.String |
help()
Get the help text.
|
static void |
main(java.lang.String[] args) |
void |
run(java.util.LinkedList<java.lang.String> args)
Run the command
|
getContext, getLogger, resetLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext
public GetRandomPassword(AppContext conn)
public void run(java.util.LinkedList<java.lang.String> args)
Command
public java.lang.String description()
Command
description
in interface Command
public java.lang.String help()
Command
public static void main(java.lang.String[] args)