org.plovr.cli
Class SoyWebCommand

java.lang.Object
  extended by org.plovr.cli.SoyWebCommand
All Implemented Interfaces:
CommandRunner

public class SoyWebCommand
extends Object


Constructor Summary
SoyWebCommand()
           
 
Method Summary
 void printUsage()
           
 void printUsage(org.kohsuke.args4j.CmdLineParser parser)
           
 int runCommand(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoyWebCommand

public SoyWebCommand()
Method Detail

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)