com.pelzer.util
Class PropertyManager.ManagedProperties

java.lang.Object
  extended by 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.


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

Method Detail

getProperty

public String getProperty(String key)

getProperty

public String getProperty(String key,
                          String defaultValue)


Copyright © 2012. All Rights Reserved.