org.apache.qpid.configuration
Interface Accessor

All Known Implementing Classes:
Accessor.CombinedAccessor, Accessor.MapAccessor, Accessor.PropertyFileAccessor, Accessor.SystemPropertyAccessor, Accessor.ValidationAccessor

public interface Accessor


Nested Class Summary
static class Accessor.CombinedAccessor
           
static class Accessor.MapAccessor
           
static class Accessor.PropertyFileAccessor
           
static class Accessor.SystemPropertyAccessor
           
static class Accessor.ValidationAccessor
           
 
Method Summary
 Boolean getBoolean(String name)
           
 Integer getInt(String name)
           
 Long getLong(String name)
           
 String getString(String name)
           
 

Method Detail

getBoolean

Boolean getBoolean(String name)

getInt

Integer getInt(String name)

getLong

Long getLong(String name)

getString

String getString(String name)


Licensed to the Apache Software Foundation