org.apache.abdera.protocol.server.provider.managed
Class CollectionAdapterConfiguration

java.lang.Object
  extended by org.apache.abdera.protocol.server.provider.managed.Configuration
      extended by org.apache.abdera.protocol.server.provider.managed.CollectionAdapterConfiguration

public class CollectionAdapterConfiguration
extends Configuration


Constructor Summary
CollectionAdapterConfiguration(ServerConfiguration serverConfiguration, String fileLocation)
           
 
Method Summary
 Reader getAdapterConfigAsReader()
           
 InputStream getConfigAsFileInputStream()
           
 ServerConfiguration getServerConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionAdapterConfiguration

public CollectionAdapterConfiguration(ServerConfiguration serverConfiguration,
                                      String fileLocation)
Method Detail

getConfigAsFileInputStream

public InputStream getConfigAsFileInputStream()
                                       throws IOException
Throws:
IOException

getAdapterConfigAsReader

public Reader getAdapterConfigAsReader()
                                throws IOException
Throws:
IOException

getServerConfiguration

public ServerConfiguration getServerConfiguration()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.