public class GetRandomPassword extends AbstractContexed implements Command
Command that generates a random password
from the RandomServiceconn| 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, resetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextpublic GetRandomPassword(AppContext conn)
public void run(java.util.LinkedList<java.lang.String> args)
Commandpublic java.lang.String description()
Commanddescription in interface Commandpublic java.lang.String help()
Commandpublic static void main(java.lang.String[] args)