org.apache.tools.ant.types.resources.selectors
public class And extends ResourceSelectorContainer implements ResourceSelector
Since: Ant 1.7
| Constructor Summary | |
|---|---|
| And()
Default constructor. | |
| And(ResourceSelector[] r)
Convenience constructor. | |
| Method Summary | |
|---|---|
| boolean | isSelected(Resource r)
Return true if this Resource is selected. |
Parameters: r the ResourceSelector[] to add.
Parameters: r the Resource to check.
Returns: whether the Resource was selected.