Oliver Heger wrote:
> 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).
+1
Anything that improves the current situation is welcome :)
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org
|