public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROP_OUTPUT_DIR |
Constructor and Description |
---|
Constants() |
Modifier and Type | Method and Description |
---|---|
static String |
displayStatus(int status) |
static boolean |
getBooleanPropertyValue(Properties properties,
String propertyName) |
static String |
getDefaultValueFor(String propertyName) |
static int |
getIntegerPropertyValue(Properties properties,
String propertyName) |
static String |
getPropertyValue(Properties p,
String propertyName) |
public static final String PROP_OUTPUT_DIR
public static String getPropertyValue(Properties p, String propertyName)
public static boolean getBooleanPropertyValue(Properties properties, String propertyName)
public static int getIntegerPropertyValue(Properties properties, String propertyName)
public static String displayStatus(int status)
Copyright © 2017. All Rights Reserved.