Access | Constructor and Description |
---|---|
public | GetSystemPropertyAction(String
The property key. key)Creates a new action for reading a system property. |
Modifier and Type | Method and Description |
---|---|
public String |
key | back to summary |
---|---|
private final String key The property key. |
GetSystemPropertyAction | back to summary |
---|---|
public GetSystemPropertyAction(String key) Creates a new action for reading a system property.
|
run | back to summary |
---|---|
public String run() Implements java. Doc from java. Performs the computation. This method will be called by
|