org.apache.qpid.configuration
Class Accessor.PropertyFileAccessor

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

public static class Accessor.PropertyFileAccessor
extends Accessor.MapAccessor


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

Constructor Detail

Accessor.PropertyFileAccessor

public Accessor.PropertyFileAccessor(String fileName)
                              throws FileNotFoundException,
                                     IOException
Throws:
FileNotFoundException
IOException


Licensed to the Apache Software Foundation