java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.AbstractFileSet
org.apache.tools.ant.types.FileSet
org.objectstyle.woproject.ant.FrameworkSet
- All Implemented Interfaces:
- java.lang.Cloneable, org.apache.tools.ant.types.selectors.SelectorContainer
- public class FrameworkSet
- extends org.apache.tools.ant.types.FileSet
Customized subclass of FileSet used to locate frameworks.
|
Constructor Summary |
FrameworkSet()
Creates new FrameworkSet. |
| Methods inherited from class org.apache.tools.ant.types.FileSet |
clone |
| Methods inherited from class org.apache.tools.ant.types.AbstractFileSet |
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, getDataTypeName, getDir, getDirectoryScanner, getRef, getSelectors, hasPatterns, hasSelectors, isFollowSymlinks, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner, toString |
| Methods inherited from class org.apache.tools.ant.types.DataType |
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes |
aDirectory
protected java.io.File aDirectory
embed
protected boolean embed
ifCondition
protected java.lang.String ifCondition
FrameworkSet
public FrameworkSet()
- Creates new FrameworkSet.
setDir
public void setDir(java.io.File dir)
throws org.apache.tools.ant.BuildException
- Overrides parent to discard the value. A warning
will be printed if log level is high enough.
setRoot
public void setRoot(java.io.File aRoot)
throws org.apache.tools.ant.BuildException
- Sets root directory of this FileSet based on a symbolic name,
that can be "wo.homeroot", "wo.woroot", "wo.localroot". Throws
BuildException if an invalid root is specified.
setEmbed
public void setEmbed(boolean flag)
getEmbed
public boolean getEmbed()
setIf
public void setIf(java.lang.String string)
testIfCondition
private boolean testIfCondition()
findJars
public java.io.File[] findJars(org.apache.tools.ant.Project project,
java.lang.String frameworkDir)