org.apache.qpid.configuration
Class Accessor.SystemPropertyAccessor

java.lang.Object
  extended by org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
All Implemented Interfaces:
Accessor
Enclosing interface:
Accessor

public static class Accessor.SystemPropertyAccessor
extends Object
implements Accessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.qpid.configuration.Accessor
Accessor.CombinedAccessor, Accessor.MapAccessor, Accessor.PropertyFileAccessor, Accessor.SystemPropertyAccessor, Accessor.ValidationAccessor
 
Constructor Summary
Accessor.SystemPropertyAccessor()
           
 
Method Summary
 Boolean getBoolean(String name)
           
 Integer getInt(String name)
           
 Long getLong(String name)
           
 String getString(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accessor.SystemPropertyAccessor

public Accessor.SystemPropertyAccessor()
Method Detail

getBoolean

public Boolean getBoolean(String name)
Specified by:
getBoolean in interface Accessor

getInt

public Integer getInt(String name)
Specified by:
getInt in interface Accessor

getLong

public Long getLong(String name)
Specified by:
getLong in interface Accessor

getString

public String getString(String name)
Specified by:
getString in interface Accessor


Licensed to the Apache Software Foundation