Package com.tomgibara.pronto.config.source

Interface Summary
PropertiesReader Implementations of this interface can be supplied to ConfigSource objects which obtain their data from binary streams to specify how properties are read from the data.
 

Class Summary
CachingConfigSource Instances of this class wrap other ConfigSource instances and cache the values they return.
CompositeConfigSource This class provides a simple way of combining the properties from two configuration sources into one.
DefaultPropertiesReader Reads properties from an input stream using the java.util.Properties class.
FileConfigSource Parses a file into configuration properties.
LastModifiedCalculator Instances of this class can compute accurate values for lastModified from property maps alone.
MapConfigSource Encapsulates a Map as a ConfigSource.
PreferencesConfigSource A configuration source which draws its properties from a Preferences node.
StringConfigSource Instances of this class convert a single string into a set of properties as follows: 1) The string is split at each semicolon.
SynchronizedConfigSource Instances of this class wrap other ConfigSource instances and ensure that its ConfigSource methods are safe for concurrent access.
SystemConfigSource Enacapsulates the system properties as a ConfigSource.
URLConfigSource Accesses a (possibly) remote resource that is been specified via a URL and parses it into a collection of property values.
 



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