org.plovr.cli
Class ExtractCommand
java.lang.Object
org.plovr.cli.ExtractCommand
- All Implemented Interfaces:
- CommandRunner
public class ExtractCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractCommand
public ExtractCommand()
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)