org.plovr.cli
Interface CommandRunner

All Known Implementing Classes:
BuildCommand, ExtractCommand, InfoCommand, JsDocCommand, ServeCommand, SoyWebCommand

public interface CommandRunner


Method Summary
 int runCommand(String[] args)
           
 

Method Detail

runCommand

int runCommand(String[] args)
               throws IOException
Parameters:
args - the arguments passed to the command, not including the command name
Returns:
the appropriate exit code for the command
Throws:
IOException