org.apache.configuration
Class PropertyNameResolver

java.lang.Object
  extended by org.apache.configuration.PropertyNameResolver

public class PropertyNameResolver
extends Object


Nested Class Summary
static interface PropertyNameResolver.Accessor
           
(package private) static class PropertyNameResolver.QpidProperty
           
 
Field Summary
protected  Map<String,PropertyNameResolver.QpidProperty> properties
           
 
Constructor Summary
PropertyNameResolver()
           
 
Method Summary
<T> T
get(String propName, Class<T> klass)
           
 Boolean getBooleanValue(String propName)
           
 Integer getIntegerValue(String propName)
           
 Long getLongValue(String propName)
           
 String getStringValue(String propName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Map<String,PropertyNameResolver.QpidProperty> properties
Constructor Detail

PropertyNameResolver

public PropertyNameResolver()
Method Detail

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