fileset
An Ant FileSet object augmented with if and unless conditions.
SourceForge logo
 
Description
An Ant FileSet object augmented with if and unless conditions.
 
Parameters
Attribute Description Type
casesensitive boolean
defaultexcludes boolean
description java.lang.String
dir java.io.File
excludes java.lang.String
excludesfile java.io.File
followsymlinks boolean
if Sets the property name for the 'if' condition. The fileset will be ignored unless the property is defined. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") will throw an exception when evaluated. java.lang.String
includes java.lang.String
includesfile java.io.File
refid org.apache.tools.ant.types.Reference
unless Set the property name for the 'unless' condition. If named property is set, the fileset will be ignored. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") of the behavior will throw an exception when evaluated. java.lang.String
 
Parameters as nested elements
 
and (org.apache.tools.ant.types.selectors.AndSelector)
 
contains (org.apache.tools.ant.types.selectors.ContainsSelector)
 
custom (org.apache.tools.ant.types.selectors.ExtendSelector)
 
date (org.apache.tools.ant.types.selectors.DateSelector)
 
depend (org.apache.tools.ant.types.selectors.DependSelector)
 
depth (org.apache.tools.ant.types.selectors.DepthSelector)
 
filename (org.apache.tools.ant.types.selectors.FilenameSelector)
 
majority (org.apache.tools.ant.types.selectors.MajoritySelector)
 
none (org.apache.tools.ant.types.selectors.NoneSelector)
 
not (org.apache.tools.ant.types.selectors.NotSelector)
 
or (org.apache.tools.ant.types.selectors.OrSelector)
 
present (org.apache.tools.ant.types.selectors.PresentSelector)
 
selector (org.apache.tools.ant.types.selectors.SelectSelector)
 
size (org.apache.tools.ant.types.selectors.SizeSelector)
 
exclude (org.apache.tools.ant.types.PatternSet.NameEntry)
 
excludesfile (org.apache.tools.ant.types.PatternSet.NameEntry)
 
include (org.apache.tools.ant.types.PatternSet.NameEntry)
 
includesfile (org.apache.tools.ant.types.PatternSet.NameEntry)
 
patternset (org.apache.tools.ant.types.PatternSet)

Copyright © 2001-2002, Ant-Contrib Project