Instantiation of a Repository

In order to instantiate a repository one has first to instantiate the repository factory, e.g.


RepositoryFactory rf = new RepositoryFactory();

which is loading the file yarep.properties from the classpath. Alternatively one can also specify a properties file, e.g.

RepositoryFactory rf = new RepositoryFactry("my-yarep.properties");

Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.