public class SingletonRepositoryFactory extends Object implements RepositoryFactory
| Constructor and Description |
|---|
SingletonRepositoryFactory(Repository repository)
Creates a repository factory that always returns the given repository.
|
public SingletonRepositoryFactory(Repository repository)
repository - singleton repository instance.public Repository getRepository()
getRepository in interface RepositoryFactoryCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.