Package org.jboss.util
Interface SysPropertyActions.SysProps
-
- Enclosing class:
- SysPropertyActions
static interface SysPropertyActions.SysProps
-
-
Field Summary
Fields Modifier and Type Field Description static SysPropertyActions.SysPropsNON_PRIVILEDGEDstatic SysPropertyActions.SysPropsPRIVILEDGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String name, java.lang.String defaultValue)
-
-
-
Field Detail
-
NON_PRIVILEDGED
static final SysPropertyActions.SysProps NON_PRIVILEDGED
-
PRIVILEDGED
static final SysPropertyActions.SysProps PRIVILEDGED
-
-