|
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
The FileSelector class allows to specify which files within a
directory are to be included in the XDC processing.
| Method Summary | |
java.io.File |
getDir()
Getter method for this FileSelector's directory. |
protected FileSelector |
moveToSubdir(java.lang.String subdirName)
This method constructs a FileSelector for a subdirectory of
the current directory. |
protected java.io.File[] |
selectFiles()
This method retrieves the collection of all selected files within this FileSelector's directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.io.File getDir()
FileSelector's directory.
FileSelectorprotected java.io.File[] selectFiles()
FileSelector's directory.
FileSelector's
directory to which the XDC tool is to be appliedprotected FileSelector moveToSubdir(java.lang.String subdirName)
FileSelector for a subdirectory of
the current directory.
subdirName - The name of the subdirectory for which a new
FileSelector is to be constructed
FileSelector 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 | |||||||||