|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
directoryNameOk(String directoryName)
this method is provided so that the application can validate whether or not the specified directory is ok or not |
boolean |
fileTypeOk(String fileName)
This method is provided for the developer in case they do not want to process every single file in every directory. |
void |
processDirectory(String directoryName)
This method is provided for the developer in case they want to do something each time they enter a new directory |
void |
processFile(String fileName)
this method is provided for the developer in case they want to do something each time a file is encountered in a directory. |
Method Detail |
public void processDirectory(String directoryName)
public boolean directoryNameOk(String directoryName)
public void processFile(String fileName)
public boolean fileTypeOk(String fileName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |