protoj.lang.internal
Class ConfigureCommand

java.lang.Object
  extended by protoj.lang.internal.ConfigureCommand

public final class ConfigureCommand
extends java.lang.Object

See ConfigureFeature.

Author:
Ashley Williams

Nested Class Summary
 class ConfigureCommand.Body
           
 
Constructor Summary
ConfigureCommand(StandardProject project)
           
 
Method Summary
 Command getDelegate()
           
 joptsimple.OptionSpec<java.lang.String> getName()
           
 joptsimple.OptionSpec<?> getUndo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureCommand

public ConfigureCommand(StandardProject project)
Method Detail

getName

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

getUndo

public joptsimple.OptionSpec<?> getUndo()

getDelegate

public Command getDelegate()