|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.GriffonScriptRunner.ScriptAndArgs
private static class GriffonScriptRunner.ScriptAndArgs
Contains details about a Griffon command invocation such as the name of the corresponding script, the environment (if specified), and the arguments to the command.
Field Summary | |
---|---|
String |
env
|
String |
name
|
Map |
options
|
List |
params
|
Map |
sysProperties
|
String[] |
unparsedArgs
|
Constructor Summary | |
GriffonScriptRunner.ScriptAndArgs()
|
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public String env
public String name
public Map options
public List params
public Map sysProperties
public String[] unparsedArgs
Constructor Detail |
---|
GriffonScriptRunner.ScriptAndArgs()
Groovy Documentation