final class GetPropertyAction
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.String>
PrivilegedAction
that gets the system property value.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
propertyName |
Constructor and Description |
---|
GetPropertyAction(java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
run() |