Uses of Interface
com.tomgibara.pronto.config.source.PropertiesReader

Packages that use PropertiesReader
com.tomgibara.pronto.config.source   
 

Uses of PropertiesReader in com.tomgibara.pronto.config.source
 

Classes in com.tomgibara.pronto.config.source that implement PropertiesReader
 class DefaultPropertiesReader
          Reads properties from an input stream using the java.util.Properties class.
 

Methods in com.tomgibara.pronto.config.source that return PropertiesReader
 PropertiesReader FileConfigSource.getReader()
          The reader which converts this source's file into properties.
 PropertiesReader URLConfigSource.getReader()
          The reader which converts this source's resources into properties.
 

Constructors in com.tomgibara.pronto.config.source with parameters of type PropertiesReader
FileConfigSource(java.io.File file, PropertiesReader reader)
          Constructs a source which reads its properties from a file using the supplied properties reader.
URLConfigSource(java.net.URL url, PropertiesReader reader)
          Constructs a source which reads its properties from a URL using the supplied properties reader.
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.