|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.selectors.BaseSelector
org.gmod.ant.selectors.FilenamePatternSelector
| Field Summary |
| Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
FilenamePatternSelector()
|
|
| Method Summary | |
boolean |
isSelected(File base,
String filename,
File file)
Compare the filename sent via the fileset to the pattern. |
void |
setPattern(String s)
Set the pattern to search a fileset for. |
void |
verifySettings()
|
| Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelector |
getError, setError, validate |
| Methods inherited from class org.apache.tools.ant.types.DataType |
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilenamePatternSelector()
| Method Detail |
public void setPattern(String s)
s - A string consisting of the java pattern to use for searching.public void verifySettings()
public boolean isSelected(File base,
String filename,
File file)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionFileSelector.isSelected(java.io.File, java.lang.String, java.io.File)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||