org.apache.configuration
Class PropertyNameResolver
java.lang.Object
org.apache.configuration.PropertyNameResolver
public class PropertyNameResolver
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected Map<String,PropertyNameResolver.QpidProperty> properties
PropertyNameResolver
public PropertyNameResolver()
getIntegerValue
public Integer getIntegerValue(String propName)
getLongValue
public Long getLongValue(String propName)
getStringValue
public String getStringValue(String propName)
getBooleanValue
public Boolean getBooleanValue(String propName)
get
public <T> T get(String propName,
Class<T> klass)
Licensed to the Apache Software Foundation