abstract class AbstractRepositoryFactory extends java.lang.Object implements RepositoryFactory
Constructor and Description |
---|
AbstractRepositoryFactory() |
Modifier and Type | Method and 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
public Repository getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)
RepositoryFactory
The meaning of properties and XML configuration is dependent on particular repository implementation.
getInstance
in interface RepositoryFactory
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.