com.pelzer.util
Class PropertyManager.ManagedProperties
java.lang.Object
com.pelzer.util.PropertyManager.ManagedProperties
- Enclosing class:
- PropertyManager
public static class PropertyManager.ManagedProperties
- extends Object
This class emulates a java.util.Properties object, but doesn't quite
support all its methods. So we don't extend Properties, we just have
similar method signatures.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProperty
public String getProperty(String key)
getProperty
public String getProperty(String key,
String defaultValue)
Copyright © 2012. All Rights Reserved.