public class IIQHelper extends Object
| Constructor and Description |
|---|
IIQHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createDeploymentXml(File outputFile,
ArrayList<File> entityList,
String baseDirectory)
Creates a deployable XML artifact
|
static TreeMap<String,String> |
createTokenMap(File tokenFile)
Deprecated.
|
static void |
traverseDirectory(File pathObject,
String allowedExtension,
ArrayList<File> fileList)
traverses a Directory and returns the supplied ArrayList containing matching files
|
public static void createDeploymentXml(File outputFile, ArrayList<File> entityList, String baseDirectory) throws Exception
outputFile - the output file to be usedentityList - the list of entitiestokens - the map of tokensException - thrown when there is an exceptionpublic static void traverseDirectory(File pathObject, String allowedExtension, ArrayList<File> fileList)
pathObject - the path to be usedallowedExtension - the allowed file extension (i.E. xml)fileList - the list of files to be usedCopyright © 2017 whisperedSHOUTS. All rights reserved.