Griffon 1.2.0

org.codehaus.griffon.cli.shell
[Java] Class AbstractGriffonCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
All Implemented Interfaces:
GriffonCommand

public abstract class AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
String env

boolean nonInteractive

 
Constructor Summary
AbstractGriffonCommand()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

env

@Option(name = "--env", description = "Sets the environment to use.")
public String env


nonInteractive

@Option(name = "--non-interactive", description = "Controls if the shell can ask for input or not.")
public boolean nonInteractive


 
Constructor Detail

AbstractGriffonCommand

AbstractGriffonCommand()


 

Groovy Documentation