public class EnhConfigFileProcessor
extends java.lang.Object
| Constructor and Description |
|---|
EnhConfigFileProcessor(java.lang.String filename)
Give the file processor the given file name to process.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap |
getRuleInfo()
Returns the mapping between the keys and values.
|
static java.lang.String |
stringArrayToString(java.lang.String[] array)
This method converts the given String[] object to a
comma-delimeted String object.
|
public EnhConfigFileProcessor(java.lang.String filename)
throws java.io.IOException
filename - File to processjava.io.IOExceptionpublic java.util.HashMap getRuleInfo()
public static java.lang.String stringArrayToString(java.lang.String[] array)
array - Array to convert