@Service(value="blBLCSystemProperty") public class BLCSystemProperty extends Object implements org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected static org.springframework.context.ApplicationContext |
applicationContext |
Constructor and Description |
---|
BLCSystemProperty() |
Modifier and Type | Method and Description |
---|---|
protected static SystemPropertiesService |
getSystemPropertiesService() |
static boolean |
resolveBooleanSystemProperty(String name) |
static boolean |
resolveBooleanSystemProperty(String name,
boolean defaultValue) |
static int |
resolveIntSystemProperty(String name) |
static int |
resolveIntSystemProperty(String name,
int defaultValue) |
static long |
resolveLongSystemProperty(String name) |
static long |
resolveLongSystemProperty(String name,
long defaultValue) |
static String |
resolveSystemProperty(String name) |
static String |
resolveSystemProperty(String name,
String defaultValue) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected static org.springframework.context.ApplicationContext applicationContext
public static int resolveIntSystemProperty(String name)
public static int resolveIntSystemProperty(String name, int defaultValue)
public static boolean resolveBooleanSystemProperty(String name)
public static boolean resolveBooleanSystemProperty(String name, boolean defaultValue)
public static long resolveLongSystemProperty(String name)
public static long resolveLongSystemProperty(String name, long defaultValue)
protected static SystemPropertiesService getSystemPropertiesService()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2017. All rights reserved.