[Java] Class CompileTaskSupport
- org.codehaus.groovy.ant.CompileTaskSupport
public abstract class CompileTaskSupport
extends MatchingTask
Support for compilation related tasks.
Field Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class MatchingTask |
add, addType, setCaseSensitive, addDate, setIncludes, setExcludes, setFollowSymlinks, setProject, hasSelectors, getSelectors, addAnd, addSelector, setDefaultexcludes, createExclude, setIncludesfile, setExcludesfile, selectorCount, selectorElements, appendSelector, createInclude, createIncludesFile, createExcludesFile, createPatternSet, addNot, addMajority, addDepend, XsetItems, addModified, addContains, addDepth, addContainsRegexp, XsetIgnore, addOr, addFilename, addCustom, addSize, addPresent, addDifferent, addNone, log, log, log, log, init, execute, reconfigure, perform, bindToOwner, getTaskName, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, getOwningTarget, getTaskType, setOwningTarget, setTaskType, setTaskName, maybeConfigure, clone, getLocation, getDescription, setDescription, getProject, setLocation, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected Path classpath
protected File destdir
protected boolean failOnError
protected Path src
Method Detail
protected abstract void compile()
public Path createClasspath()
public Path createSrc()
@Override public void execute()
public Path getClasspath()
public boolean getFailonerror()
public Path getSrcdir()
protected void handleException(Exception e)
public void setClasspath(Path path)
public void setClasspathRef(Reference r)
public void setDestdir(File dir)
public void setFailonerror(boolean fail)
public void setSrcdir(Path dir)
protected void validate()