|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.util.DirectoryReader
Reads all files from a specific location
Constructor Summary | |
DirectoryReader()
|
Method Summary | |
static java.util.Vector |
read(java.lang.String sDrive,
boolean bConfirmation,
boolean bLeveledSearch,
boolean bReturnDirectories,
java.lang.String[] extensions,
boolean logInformation)
Retrieves all files and directories from the given locations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirectoryReader()
Method Detail |
public static java.util.Vector read(java.lang.String sDrive, boolean bConfirmation, boolean bLeveledSearch, boolean bReturnDirectories, java.lang.String[] extensions, boolean logInformation) throws java.lang.Exception
sDrive
- starting location for reading databConfirmation
- ask for confirmation for eah directorybLeveledSearch
- read subdirectoriesbReturnDirectories
- allow directory names in the resultlogInformation
- write messages to the screen and the log
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |