Menu

#2 More flexible constructor for ConfigurationStore

open
nobody
None
5
2007-07-30
2007-07-30
No

The ConfigurationStore currently mandates a File object to read the configuration.

Afaics, this means the configuration must be stored in an actual file on the filesystem, and cannot be read from, for example, a jar on the classpath.

It'd be much more convenient if there were some more flexible ConfigurationStore constructors, for example one taking an InputStream.

Discussion


Log in to post a comment.