Named collection of include/exclude tags.
Moved out of MatchingTask to make it a standalone object that
could be referenced (by scripts for example).
<include>
inner class to hold a name on list. "If" and "Unless" attributes
may be used to invalidate the entry based on the existence of a
property (typically set thru the use of the Available task).
Attribute |
Description |
Type |
Required |
name |
Sets the name pattern.
|
String
|
?
|
unless |
Sets the unless attribute. This attribute and the "if"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
if |
Sets the if attribute. This attribute and the "unless"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
Named collection of include/exclude tags.
Moved out of MatchingTask to make it a standalone object that
could be referenced (by scripts for example).
Attribute |
Description |
Type |
Required |
includes |
Appends includes to the current list of include patterns.
Patterns may be separated by a comma or a space.
|
String
|
?
|
refid |
Makes this instance in effect a reference to another PatternSet
instance.
You must not set another attribute or nest elements inside
this element if you make it a reference.
|
Reference
|
?
|
excludesfile |
Sets the name of the file containing the excludes patterns.
|
File
|
?
|
includesfile |
Sets the name of the file containing the includes patterns.
|
File
|
?
|
excludes |
Appends excludes to the current list of exclude patterns.
Patterns may be separated by a comma or a space.
|
String
|
?
|
<exclude>
inner class to hold a name on list. "If" and "Unless" attributes
may be used to invalidate the entry based on the existence of a
property (typically set thru the use of the Available task).
Attribute |
Description |
Type |
Required |
name |
Sets the name pattern.
|
String
|
?
|
unless |
Sets the unless attribute. This attribute and the "if"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
if |
Sets the if attribute. This attribute and the "unless"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
<excludesfile>
inner class to hold a name on list. "If" and "Unless" attributes
may be used to invalidate the entry based on the existence of a
property (typically set thru the use of the Available task).
Attribute |
Description |
Type |
Required |
name |
Sets the name pattern.
|
String
|
?
|
unless |
Sets the unless attribute. This attribute and the "if"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
if |
Sets the if attribute. This attribute and the "unless"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
<includesfile>
inner class to hold a name on list. "If" and "Unless" attributes
may be used to invalidate the entry based on the existence of a
property (typically set thru the use of the Available task).
Attribute |
Description |
Type |
Required |
name |
Sets the name pattern.
|
String
|
?
|
unless |
Sets the unless attribute. This attribute and the "if"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|
if |
Sets the if attribute. This attribute and the "unless"
attribute are used to validate the name, based in the
existence of the property.
|
String
|
?
|