org.infinispan.util
Class SysPropertyActions

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

public class SysPropertyActions
extends Object

Priviledged 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)
           
 
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)

-->

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