public class IIQHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
stripLineRegex |
| Constructor and Description |
|---|
IIQHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createDeploymentXml(File outputFile,
ArrayList<File> entityList,
TreeMap<String,String> tokens,
boolean createImportCommandXml)
Creates a deployable XML artifact
|
static TreeMap<String,String> |
createTokenMap(File tokenFile)
Creates a
TreeMap with tokens taken from the supplied tokenFile |
static void |
traverseDirectory(File pathObject,
String allowedExtension,
ArrayList<File> fileList)
traverses a Directory and returns the supplied ArrayList containing matching files
|
public static String[] stripLineRegex
public static void createDeploymentXml(File outputFile, ArrayList<File> entityList, TreeMap<String,String> tokens, boolean createImportCommandXml) 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 © 2015 whisperedSHOUTS. All rights reserved.