Interface RepositoryFactory
-
- All Known Implementing Classes:
AbstractRepositoryFactory
,CompoundRepositoryFactory
,JppRepositoryFactory
,MavenRepositoryFactory
,SimpleRepositoryFactory
interface RepositoryFactory
-
-
Method Summary
All Methods Instance Methods Abstract 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.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.
-
-
-
Method Detail
-
getInstance
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.The meaning of properties and XML configuration is dependent on particular repository implementation.
- Parameters:
filter
-properties
-configuration
-
-
getInstance
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.The meaning of properties and XML configuration is dependent on particular repository implementation.
- Parameters:
filter
-properties
-configuration
-namespace
-
-
-