org.infinispan.util
Class LegacyKeySupportSystemProperties

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

public class LegacyKeySupportSystemProperties
extends Object

A wrapper around system properties that supports legacy keys

Version:
4.1
Author:
Manik Surtani

Constructor Summary
LegacyKeySupportSystemProperties()
           
 
Method Summary
static String getProperty(String key, String legacyKey)
           
static String getProperty(String key, String legacyKey, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyKeySupportSystemProperties

public LegacyKeySupportSystemProperties()
Method Detail

getProperty

public static String getProperty(String key,
                                 String legacyKey)

getProperty

public static String getProperty(String key,
                                 String legacyKey,
                                 String defaultValue)

-->

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