Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.util
Class SysPropertyActions

java.lang.Object
  extended by org.infinispan.util.SysPropertyActions

public class SysPropertyActions
extends Object

Privileged actions for the package

Since:
4.2
Author:
Scott.Stark@jboss.org

Constructor Summary
SysPropertyActions()
           
 
Method Summary
static String getProperty(String name)
           
static String getProperty(String name, String defaultValue)
           
static String setProperty(String name, String value)
           
static ClassLoader setThreadContextClassLoader(Class cl)
           
static ClassLoader setThreadContextClassLoader(ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysPropertyActions

public SysPropertyActions()
Method Detail

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)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.