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