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