public static class SystemProperties.DefaultCallbacks extends java.lang.Object implements SystemProperties.Callbacks, java.security.PrivilegedExceptionAction<java.lang.String>
| Constructor and Description |
|---|
DefaultCallbacks(java.lang.String propertyNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSystemProperty(java.lang.String key,
SystemProperties properties)
Get system property for given key or null if key not set.
|
java.lang.String |
getSystemPropertyNamePrefix()
Get prefix to be used for system property names.
|
java.lang.String |
run() |
public java.lang.String getSystemPropertyNamePrefix()
getSystemPropertyNamePrefix in interface SystemProperties.Callbackspublic java.lang.String getSystemProperty(java.lang.String key,
SystemProperties properties)
throws java.security.PrivilegedActionException
getSystemProperty in interface SystemProperties.Callbacksjava.security.PrivilegedActionExceptionpublic java.lang.String run()
run in interface java.security.PrivilegedExceptionAction<java.lang.String>Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.