Class InstanceOf
java.lang.Object
org.apache.tools.ant.types.resources.selectors.InstanceOf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> Get the comparison class.getType()
Get the comparison type.getURI()
Get the type's URI.boolean
Return true if this Resource is selected.void
Set the class to compare against.void
Set the Project instance for this InstanceOf selector.void
Set the Ant type to compare against.void
Set the URI in which the Ant type, if specified, should be defined.
-
Constructor Details
-
InstanceOf
public InstanceOf()
-
-
Method Details
-
setProject
Set the Project instance for this InstanceOf selector.- Parameters:
p
- the Project instance used for type comparisons.
-
setClass
-
setType
-
setURI
Set the URI in which the Ant type, if specified, should be defined.- Parameters:
u
- the URI.
-
getCheckClass
-
getType
-
getURI
-
isSelected
Return true if this Resource is selected.- Specified by:
isSelected
in interfaceResourceSelector
- Parameters:
r
- the Resource to check.- Returns:
- whether the Resource was selected.
- Throws:
BuildException
- if an error occurs.
-