public class GetSystemPropertyAction
extends java.lang.Object
implements java.security.PrivilegedAction
| Constructor and Description |
|---|
GetSystemPropertyAction (java.lang.String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
run () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GetSystemPropertyAction(java.lang.String name)
name - the the name of the system property to retrievepublic java.lang.Object run()
run in interface java.security.PrivilegedAction