@groovy.transform.CompileStatic @groovy.transform.Canonical class ExecutionContext extends java.lang.Object
A context command to pass to ApplicationCommand instances
Type | Name and description |
---|---|
java.io.File |
baseDir The base directory for the project |
java.io.File |
classesDir The classes directory of the project |
CommandLine |
commandLine The command line instance |
java.io.File |
targetDir The target directory of the project |
Constructor and description |
---|
ExecutionContext
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The base directory for the project
The classes directory of the project
The command line instance
The target directory of the project
Groovy Documentation