interface RepositoryFactory
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.
|
Repository |
getInstance(org.w3c.dom.Element filter,
java.util.Properties properties,
org.w3c.dom.Element configuration,
java.lang.String namespace)
Create a resolver instance configured with given set of properties and repository-specific XML configuration.
|
Repository getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)
The meaning of properties and XML configuration is dependent on particular repository implementation.
filter
- properties
- configuration
- Repository getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration, java.lang.String namespace)
The meaning of properties and XML configuration is dependent on particular repository implementation.
filter
- properties
- configuration
- namespace
- Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.