public class ContinuableClassesInstrumentationTask
extends org.apache.tools.ant.taskdefs.MatchingTask
| Constructor | Description |
|---|---|
ContinuableClassesInstrumentationTask() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
checkParameters() |
Check that all required attributes have been set and nothing
silly has been entered.
|
org.apache.tools.ant.types.Path |
createClasspath() |
Adds a path to the classpath.
|
void |
execute() |
|
org.apache.tools.ant.types.Path |
getClasspath() |
Gets the classpath to be used for this compilation.
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath) |
Set the classpath to be used for this compilation.
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r) |
Adds a reference to a classpath defined elsewhere.
|
void |
setDestdir(java.io.File pFile) |
Directory to which the transformed files will be written.
|
void |
setMode(java.lang.String name) |
Deprecated.
|
void |
setSrcDir(java.io.File pFile) |
Directory from which the input files are read.
|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItemsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocationbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic ContinuableClassesInstrumentationTask()
public void setDestdir(java.io.File pFile)
pFile - destination directorypublic void setSrcDir(java.io.File pFile)
pFile - source directory@Deprecated public void setMode(java.lang.String name)
This option is unpublished, because in a long run we'll likely to just focus on one transformer and get rid of the other (and this option will be removed then.)
name - "ASMX". Case insensitive.public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath - an Ant Path object containing the compilation classpath.public org.apache.tools.ant.types.Path getClasspath()
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
r - a reference to a classpathprotected void checkParameters()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2023. All rights reserved.