@Deprecated public interface RepositoryFactory
Modifier and Type | Method and Description |
---|---|
Repository |
getInstance(List<Stereotype> stereotypes,
Properties properties,
org.codehaus.plexus.util.xml.Xpp3Dom configuration)
Deprecated.
Create a resolver instance configured with given set of properties and repository-specific XML configuration.
|
Repository |
getInstance(List<Stereotype> stereotypes,
Properties properties,
org.codehaus.plexus.util.xml.Xpp3Dom configuration,
String namespace)
Deprecated.
Create a resolver instance configured with given set of properties and repository-specific XML configuration.
|
Repository getInstance(List<Stereotype> stereotypes, Properties properties, org.codehaus.plexus.util.xml.Xpp3Dom configuration)
The meaning of properties and XML configuration is dependent on particular repository implementation.
stereotypes
- properties
- configuration
- Repository getInstance(List<Stereotype> stereotypes, Properties properties, org.codehaus.plexus.util.xml.Xpp3Dom configuration, String namespace)
The meaning of properties and XML configuration is dependent on particular repository implementation.
stereotypes
- properties
- configuration
- namespace
- Copyright © 2012–2015 Red Hat, Inc.. All rights reserved.