Modifier and Type | Field and Description |
---|---|
private Class | |
private static final String | |
private Project | |
private String | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Class | |
public String | |
public String | |
public boolean | Returns: whether the Resource was selected.the Resource to check. r)Implements org. |
public void | |
public void | setProject(Project
the Project instance used for type comparisons. p)Set the Project instance for this InstanceOf selector. |
public void | |
public void |
clazz | back to summary |
---|---|
private Class<?> clazz |
ONE_ONLY | back to summary |
---|---|
private static final String ONE_ONLY |
project | back to summary |
---|---|
private Project project |
type | back to summary |
---|---|
private String type |
uri | back to summary |
---|---|
private String uri |
InstanceOf | back to summary |
---|---|
public InstanceOf() |
getCheckClass | back to summary |
---|---|
public Class Get the comparison class.
|
getType | back to summary |
---|---|
public String getType() Get the comparison type.
|
getURI | back to summary |
---|---|
public String getURI() Get the type's URI.
|
isSelected | back to summary |
---|---|
public boolean isSelected(Resource r) Implements org. Return true if this Resource is selected.
|
setClass | back to summary |
---|---|
public void setClass(Class<?> c) Set the class to compare against.
|
setProject | back to summary |
---|---|
public void setProject(Project p) Set the Project instance for this InstanceOf selector.
|
setType | back to summary |
---|---|
public void setType(String s) Set the Ant type to compare against.
|
setURI | back to summary |
---|---|
public void setURI(String u) Set the URI in which the Ant type, if specified, should be defined.
|