Method Summary |
|
public static synchronized List | getFileListing(File aDir, boolean bRecurse, FilenameFilter aFilter) Gets the list of files in a folder.
Parameters: aDir - folder name. Parameters: bRecurse - will recurse if true. Parameters: aFilter - filname filter. |
public static synchronized String[] | getFolderListing(File aDir) 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. |
public static synchronized String[] | getFolderNameListing(File aDir) Util method to get the list of folders.
Parameters: aDir - folder name for which contents have to be listed. |
public static String | getWSDLFile(String path) Returns a WSDL file from the deployment artifact. |
public static String | getXMLFile(String path) Returns an XML file path from the deployment artifact.
Parameters: path - path of the deployment artifact. |