org.infinispan.util
Class SysPropertyActions
java.lang.Object
org.infinispan.util.SysPropertyActions
public class SysPropertyActions
- extends Object
Privileged actions for the package
- Since:
- 4.2
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SysPropertyActions
public SysPropertyActions()
getProperty
public static String getProperty(String name,
String defaultValue)
getProperty
public static String getProperty(String name)
setProperty
public static String setProperty(String name,
String value)
setThreadContextClassLoader
public static ClassLoader setThreadContextClassLoader(Class cl)
setThreadContextClassLoader
public static ClassLoader setThreadContextClassLoader(ClassLoader cl)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.