public final class Configuration
extends java.lang.Object
Configuration class for configuring the PCDP runtime.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUILD_INFO
Flag to control abstract metrics execution graph display.
|
static boolean |
SHOW_RUNTIME_STATS
Flag to control abstract metrics execution graph display.
|
static boolean |
showWarning
Flag to control display of warning messages.
|
Modifier and Type | Method and Description |
---|---|
static void |
printConfiguredOptions()
printConfiguredOptions.
|
static boolean |
readBooleanProperty(SystemProperty systemProperty)
readBooleanProperty.
|
static int |
readIntProperty(SystemProperty systemProperty)
readIntProperty.
|
static java.lang.String |
readStringProperty(SystemProperty systemProperty)
readStringProperty.
|
public static boolean showWarning
public static boolean SHOW_RUNTIME_STATS
public static java.lang.String BUILD_INFO
public static boolean readBooleanProperty(SystemProperty systemProperty)
readBooleanProperty.
systemProperty
- The option whose value to return as an int.public static void printConfiguredOptions()
printConfiguredOptions.
public static int readIntProperty(SystemProperty systemProperty)
readIntProperty.
systemProperty
- The option whose value to return as an int.public static java.lang.String readStringProperty(SystemProperty systemProperty)
readStringProperty.
systemProperty
- The option whose value to return as a string.