[Yanel-dev] [Yarep] Enhancing

Michael Wechner michael.wechner at wyona.com
Fri Jul 16 11:09:36 CEST 2010


Hi

We would like to enhance the class


src/core/java/org/wyona/yarep/core/Repository.java

with

    /**
     * Read configuration
     * @param config Configuration of this repository based on an 
InputSource
     */
    public void readConfiguration(InputSource config) throws 
RepositoryException;

in order to use repositories within an environments without files.

The might break your custom repository implementation, but it should be 
a minor issue by implementing something like

public void readConfiguration(InputSource config) throws 
RepositoryException {
     log.warn("NOT implemented yet!");
}

Please apologize any inconvenience.

Cheers

Michi


More information about the Yanel-development mailing list