protoj.core.internal
Class CompileCommand

java.lang.Object
  extended by protoj.core.internal.CompileCommand

public final class CompileCommand
extends java.lang.Object

Command handler that delegates to the compile functionality. See CompileFeature.

Author:
Ashley Williams

Constructor Summary
CompileCommand(CoreProject core)
           
 
Method Summary
 Command getDelegate()
           
 joptsimple.OptionSpec<java.lang.String> getExcludesOption()
           
 joptsimple.OptionSpec<java.lang.String> getIncludesOption()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileCommand

public CompileCommand(CoreProject core)
Method Detail

getDelegate

public Command getDelegate()

getIncludesOption

public joptsimple.OptionSpec<java.lang.String> getIncludesOption()

getExcludesOption

public joptsimple.OptionSpec<java.lang.String> getExcludesOption()