public class ParamFileReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static CentralLogger |
LOG
Logger
|
| Constructor and Description |
|---|
ParamFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Test the quote removal processing.
|
static java.lang.String |
readPfFile(java.lang.String file)
Reads -pf file from the file system.
|
static java.lang.String |
removeEnclosingQuotes(java.lang.String txt)
Remove matched pairs of enclosing single or double quote characters from the given string
and return the result.
|
private static final CentralLogger LOG
public static java.lang.String readPfFile(java.lang.String file)
file - The path to the -pf file.public static java.lang.String removeEnclosingQuotes(java.lang.String txt)
txt - Text to clean up.public static void main(java.lang.String[] args)
args - Ignored.