org.apache.tools.ant.taskdefs.condition
public class ResourceContains extends Object implements Condition
Since: Ant 1.7.1
Method Summary | |
---|---|
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(String refid)
Sets the refid to search; should indicate a resource directly
or by way of a single-element ResourceCollection. |
void | setResource(String r)
Sets the resource to search |
void | setSubstring(String substring)
Sets the substring to look for |
Returns: true if the substring is contained in the resource
Throws: BuildException if there is a problem.
Returns: Project
Parameters: casesensitive the value to use.
Parameters: project Project
Parameters: refid the value to use.
Parameters: r the value to use.
Parameters: substring the value to use.