Support for compilation related tasks.
Modifiers | Name | Description |
---|---|---|
protected Path |
classpath |
|
protected CompilerConfiguration |
config |
|
protected File |
destdir |
|
protected boolean |
failOnError |
|
protected LoggingHelper |
log |
|
protected Path |
src |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
compile() |
|
protected GroovyClassLoader |
createClassLoader() |
|
Path |
createClasspath() |
|
CompilerConfiguration |
createConfiguration() |
|
Path |
createSrc() |
|
void |
execute() |
|
Path |
getClasspath() |
|
boolean |
getFailonerror() |
|
Path |
getSrcdir() |
|
protected void |
handleException(Exception e) |
|
void |
setClasspath(Path path) |
|
void |
setClasspathRef(Reference r) |
|
void |
setDestdir(File dir) |
|
void |
setFailonerror(boolean fail) |
|
void |
setSrcdir(Path dir) |
|
protected void |
validate() |
Methods inherited from class | Name |
---|---|
class MatchingTask |
add, addCustom, addContains, addPresent, addDepth, addType, createIncludesFile, createPatternSet, createInclude, setExcludes, setCaseSensitive, setIncludes, addAnd, addOr, addNot, addNone, addMajority, addSize, addDifferent, addFilename, setDefaultexcludes, setIncludesfile, selectorCount, selectorElements, appendSelector, createExclude, hasSelectors, setExcludesfile, createExcludesFile, addDate, setFollowSymlinks, setProject, XsetItems, XsetIgnore, getSelectors, addSelector, addContainsRegexp, addDepend, addModified, log, log, log, log, init, execute, reconfigure, bindToOwner, perform, getTaskName, setTaskType, setTaskName, getOwningTarget, getTaskType, setOwningTarget, maybeConfigure, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, clone, getLocation, getDescription, getProject, setDescription, setLocation, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |