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, run
protected void execute() throws CmdRunException, org.kohsuke.args4j.CmdLineException
Command
execute
in class Command
org.kohsuke.args4j.CmdLineException
CmdRunException
protected String getDescription()
Command
getDescription
in class Command
Copyright © 2021. All rights reserved.