public class GraphCreateCommand extends Command
| Constructor and Description | 
|---|
GraphCreateCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
execute()
Each subclass should implement an execute methode to implement its behaviour. 
 | 
protected String | 
getDescription()
Returns the description (used for the usage) of the command. 
 | 
protected void | 
validate(org.kohsuke.args4j.CmdLineParser parser)  | 
getParser, isHelp, printUsage, runprotected void execute()
                throws CmdRunException,
                       org.kohsuke.args4j.CmdLineException
Commandexecute in class Commandorg.kohsuke.args4j.CmdLineExceptionCmdRunExceptionprotected String getDescription()
CommandgetDescription in class CommandCopyright © 2020. All rights reserved.