Modifier and Type | Field and Description |
---|---|
private boolean | |
private Project | |
private String | |
private Resource | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public synchronized boolean | Returns: true if the substring is contained in the resourceImplements org. |
public Project | |
private void | |
public void | |
public void | |
public void | |
public void | |
public void | |
private void |
casesensitive | back to summary |
---|---|
private boolean casesensitive |
project | back to summary |
---|---|
private Project project |
refid | back to summary |
---|---|
private String refid |
resource | back to summary |
---|---|
private Resource resource |
substring | back to summary |
---|---|
private String substring |
ResourceContains | back to summary |
---|---|
public ResourceContains() |
eval | back to summary |
---|---|
public synchronized boolean eval() throws BuildException Implements org. Evaluates the condition.
|
getProject | back to summary |
---|---|
public Project getProject() Get this condition's Project.
|
resolveRefid | back to summary |
---|---|
private void resolveRefid() |
setCasesensitive | back to summary |
---|---|
public void setCasesensitive(boolean casesensitive) Sets case sensitivity attribute.
|
setProject | back to summary |
---|---|
public void setProject(Project project) Set this condition's Project.
|
setRefid | back to summary |
---|---|
public void setRefid(String refid) Sets the refid to search; should indicate a resource directly or by way of a single-element ResourceCollection.
|
setResource | back to summary |
---|---|
public void setResource(String r) Sets the resource to search
|
setSubstring | back to summary |
---|---|
public void setSubstring(String substring) Sets the substring to look for
|
validate | back to summary |
---|---|
private void validate() |