Package org.infinispan.commons.util
Class LegacyKeySupportSystemProperties
- java.lang.Object
-
- org.infinispan.commons.util.LegacyKeySupportSystemProperties
-
public class LegacyKeySupportSystemProperties extends Object
A wrapper around system properties that supports legacy keys- Version:
- 4.1
- Author:
- Manik Surtani
-
-
Constructor Summary
Constructors Constructor Description LegacyKeySupportSystemProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getProperty(String key, String legacyKey)
static String
getProperty(String key, String legacyKey, String defaultValue)
-