org.plovr.cli
Class InfoCommand
java.lang.Object
org.plovr.cli.InfoCommand
- All Implemented Interfaces:
- CommandRunner
public class InfoCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoCommand
public InfoCommand()
runCommand
public final int runCommand(String[] args)
throws IOException
- Specified by:
runCommand
in interface CommandRunner
- Parameters:
args
- the arguments passed to the command, not including the command
name
- Returns:
- the appropriate exit code for the command
- Throws:
IOException
printUsage
public final void printUsage()
printUsage
public final void printUsage(org.kohsuke.args4j.CmdLineParser parser)