Constructor and Description |
---|
ResourceContains() |
Modifier and Type | Method and Description |
---|---|
boolean |
eval()
Evaluates the condition.
|
Project |
getProject()
Get this condition's Project.
|
void |
setCasesensitive(boolean casesensitive)
Sets case sensitivity attribute.
|
void |
setProject(Project project)
Set this condition's Project.
|
void |
setRefid(java.lang.String refid)
Sets the refid to search; should indicate a resource directly
or by way of a single-element ResourceCollection.
|
void |
setResource(java.lang.String r)
Sets the resource to search
|
void |
setSubstring(java.lang.String substring)
Sets the substring to look for
|
public void setProject(Project project)
project
- Projectpublic Project getProject()
public void setResource(java.lang.String r)
r
- the value to use.public void setRefid(java.lang.String refid)
refid
- the value to use.public void setSubstring(java.lang.String substring)
substring
- the value to use.public void setCasesensitive(boolean casesensitive)
casesensitive
- the value to use.public boolean eval() throws BuildException
eval
in interface Condition
BuildException
- if there is a problem.