| java.lang.Object com.sun.jbi.engine.sequencing.util.FileListing
FileListing | final public class FileListing (Code) | | FileListing.
author: Sun Microsystems, Inc. |
getFileListing | public static List getFileListing(File aDir, boolean bRecurse, FilenameFilter aFilter)(Code) | | Gets the file listing.
Parameters: aDir - directory name Parameters: bRecurse - true if recurse Parameters: aFilter - filter list of files. |
getFolderListing | public static String[] getFolderListing(File aDir)(Code) | | Recursively walk a directory tree and return a List of all Files found;
the List is sorted using File.compareTo.
Parameters: aDir - is a valid directory, which can be read. string array of folders |
getFolderNameListing | public static String[] getFolderNameListing(File aDir)(Code) | | returns a listing of folders under a folder.
Parameters: aDir - folder name listing |
getXMLFile | public static String getXMLFile(String path)(Code) | | XML file.
Parameters: path - path to be searched. xml file name. |
|
|