Class AbstractRepositoryFactory
- java.lang.Object
-
- org.fedoraproject.xmvn.repository.impl.AbstractRepositoryFactory
-
- All Implemented Interfaces:
RepositoryFactory
- Direct Known Subclasses:
CompoundRepositoryFactory
,SimpleRepositoryFactory
abstract class AbstractRepositoryFactory extends java.lang.Object implements RepositoryFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repository
getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)
Create a resolver instance configured with given set of properties and repository-specific XML configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fedoraproject.xmvn.repository.impl.RepositoryFactory
getInstance
-
-
-
-
Method Detail
-
getInstance
public Repository getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)
Description copied from interface:RepositoryFactory
Create a resolver instance configured with given set of properties and repository-specific XML configuration.The meaning of properties and XML configuration is dependent on particular repository implementation.
- Specified by:
getInstance
in interfaceRepositoryFactory
-
-