public class FlexFileSet extends org.apache.tools.ant.types.FileSet implements IOptionSource
<library-path dir="${FLEX_HOME}/libs" includes="royale.swc" append="true"/>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
append |
protected boolean |
includeDirs |
protected OptionSpec |
spec |
| Constructor and Description |
|---|
FlexFileSet() |
FlexFileSet(boolean dirs) |
FlexFileSet(OptionSpec spec) |
FlexFileSet(OptionSpec spec,
boolean dirs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFiles(File base,
String[] files,
org.apache.tools.ant.types.Commandline cmdline) |
void |
addToCommandline(org.apache.tools.ant.types.Commandline cmdline)
Adds the object's commandline representation to
cmdline. |
protected String |
equalString() |
void |
setAppend(boolean value) |
clone, isFilesystemOnly, iterator, sizeadd, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getDirectoryScanner, getRef, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner, setupDirectoryScanner, toStringcheckAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributesprotected final OptionSpec spec
protected final boolean includeDirs
protected boolean append
public FlexFileSet()
public FlexFileSet(OptionSpec spec)
public FlexFileSet(boolean dirs)
public FlexFileSet(OptionSpec spec, boolean dirs)
public void setAppend(boolean value)
public void addToCommandline(org.apache.tools.ant.types.Commandline cmdline)
IOptionSourcecmdline.addToCommandline in interface IOptionSourceprotected void addFiles(File base, String[] files, org.apache.tools.ant.types.Commandline cmdline)
protected String equalString()
Copyright © 2018 The Apache Software Foundation. All rights reserved.