public class GetSystemPropertiesAction extends Object implements PrivilegedAction
| Constructor and Description |
|---|
GetSystemPropertiesAction()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
getSystemProperties()
Accessor for system properties (used after run() method invocation)
|
Object |
run()
Performs the privileged action of System.getProperties()
|
public Object run()
run in interface PrivilegedActionpublic Properties getSystemProperties()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.