|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
com.jcoverage.ant.CommonMatchingTask
Field Summary | |
(package private) java.lang.String |
className
|
(package private) java.util.List |
fileSets
|
(package private) java.io.File |
toDir
|
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
fileset |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
CommonMatchingTask(java.lang.String className)
|
Method Summary | |
void |
addFileset(org.apache.tools.ant.types.FileSet fileSet)
|
(package private) java.lang.String |
baseDir(org.apache.tools.ant.types.FileSet fileSet)
|
org.apache.tools.ant.types.Path |
createClasspath()
|
(package private) org.apache.tools.ant.DirectoryScanner |
getDirectoryScanner(org.apache.tools.ant.types.FileSet fileSet)
|
(package private) java.lang.String[] |
getExcludedFiles(org.apache.tools.ant.types.FileSet fileSet)
|
(package private) java.lang.String[] |
getFilenames(org.apache.tools.ant.types.FileSet fileSet)
|
(package private) java.lang.String[] |
getIncludedFiles(org.apache.tools.ant.types.FileSet fileSet)
|
protected org.apache.tools.ant.taskdefs.Java |
getJava()
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
|
void |
setTodir(java.io.File toDir)
|
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
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, XsetItems |
Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final java.lang.String className
final java.util.List fileSets
java.io.File toDir
Constructor Detail |
public CommonMatchingTask(java.lang.String className)
Method Detail |
protected org.apache.tools.ant.taskdefs.Java getJava()
public void setTodir(java.io.File toDir)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
org.apache.tools.ant.DirectoryScanner getDirectoryScanner(org.apache.tools.ant.types.FileSet fileSet)
java.lang.String[] getIncludedFiles(org.apache.tools.ant.types.FileSet fileSet)
java.lang.String[] getExcludedFiles(org.apache.tools.ant.types.FileSet fileSet)
java.lang.String[] getFilenames(org.apache.tools.ant.types.FileSet fileSet)
java.lang.String baseDir(org.apache.tools.ant.types.FileSet fileSet)
public void addFileset(org.apache.tools.ant.types.FileSet fileSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |