org.apache.tools.ant.types.resources.selectors
Class And

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.types.DataType
          extended by org.apache.tools.ant.types.resources.selectors.ResourceSelectorContainer
              extended by org.apache.tools.ant.types.resources.selectors.And
All Implemented Interfaces:
java.lang.Cloneable, ResourceSelector

public class And
extends ResourceSelectorContainer
implements ResourceSelector

And ResourceSelector.

Since:
Ant 1.7

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
And()
          Default constructor.
And(ResourceSelector[] r)
          Convenience constructor.
 
Method Summary
 boolean isSelected(Resource r)
          Return true if this Resource is selected.
 
Methods inherited from class org.apache.tools.ant.types.resources.selectors.ResourceSelectorContainer
add, dieOnCircularReference, getSelectors, hasSelectors, selectorCount
 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

And

public And()
Default constructor.


And

public And(ResourceSelector[] r)
Convenience constructor.

Parameters:
r - the ResourceSelector[] to add.
Method Detail

isSelected

public boolean isSelected(Resource r)
Return true if this Resource is selected.

Specified by:
isSelected in interface ResourceSelector
Parameters:
r - the Resource to check.
Returns:
whether the Resource was selected.