@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 int |
resolveIntSystemProperty(String name) |
static long |
resolveLongSystemProperty(String name) |
static String |
resolveSystemProperty(String name) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected static org.springframework.context.ApplicationContext applicationContext
public static int resolveIntSystemProperty(String name)
public static boolean resolveBooleanSystemProperty(String name)
public static long resolveLongSystemProperty(String name)
protected static SystemPropertiesService getSystemPropertiesService()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2014. All Rights Reserved.