|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.xdc.processing.FileSelector
net.sf.xdc.processing.PatternSelector
The PatternSelector class is an extension to the
FileSelector class which allows to additionally restrict the set
of selected files by specifying one or more PathDescriptors
(wildcard expressions).
| Method Summary | |
protected FileSelector |
moveToSubdir(java.lang.String subdirName)
This method constructs a PatternSelector for a subdirectory of
the current directory. |
protected java.io.File[] |
selectFiles()
This method retrieves the collection of all selected files within this PatternSelector's directory which match the wildcard
expression of one or more of its PathDescriptor objects. |
| Methods inherited from class net.sf.xdc.processing.FileSelector |
getDir |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
protected java.io.File[] selectFiles()
PatternSelector's directory which match the wildcard
expression of one or more of its PathDescriptor objects.
selectFiles in class FileSelectorPatternSelector's directory which match the wildcard
pattern of at least one of its path descriptorsprotected FileSelector moveToSubdir(java.lang.String subdirName)
PatternSelector for a subdirectory of
the current directory.
moveToSubdir in class FileSelectorsubdirName - The name of the subdirectory for which a new
FileSelector is to be constructed
PatternSelector whose directory is the
subdirectory with the specified name
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||