public class ProcessScriptProperties extends MyProperties
MyProperties.SKIPAUTOLOAD
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHARSET
The CHARSET property names the java Charset that was used to encode the script to be processed.
|
static java.lang.String |
FILE
The name of the property used to indicate the name of the script file to be processed
|
static java.lang.String |
OUTFILE
The property name for specifying the output file.
|
static java.lang.String |
OUTPUTDIRECTORY
The property name that specifies the directory name where the output file will be placed.
|
static java.lang.String |
SCRIPTSDIRECTORY
The property name for specifying the directory containing the SIRA_PRISE script to be run
|
SUFFIX
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
getInstance()
Gets the instance
|
getOptionalProperty, getOptionalProperty, getPropertiesBaseName, getRequiredProperty, getRequiredProperty, resolveSystemPropertyRefs
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public static final java.lang.String CHARSET
public static final java.lang.String FILE
public static final java.lang.String OUTFILE
public static final java.lang.String OUTPUTDIRECTORY
public static final java.lang.String SCRIPTSDIRECTORY