One of the pain points in the 1.x versions of [configuration] is IMHO
the implementation of FileConfiguration using inheritance over
AbstractFileConfiguration and AbstractHierarchicalFileConfiguration.
I started an attempt to work around this: The part of
AbstractFileConfiguration which deals with handling of a location (file
name, File, URL, ...) and reading/writing data from/to it was extracted
into a new FileHandler class. An instance of this class is associated
with an object implementing the new FileBased interface. It is this
interface which now has to be implemented by file-based configuration
classes. It only defines the methods read(Reader) and write(Writer).
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org