@HashCodeAndEqualsPlugin.Enhance public class GetSystemPropertyAction extends java.lang.Object implements java.security.PrivilegedAction<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
key
The property key.
|
| Constructor and Description |
|---|
GetSystemPropertyAction(java.lang.String key)
Creates a new action for reading a system property.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
run() |