@Named(value="maven") @Singleton public class MavenRepositoryFactory extends Object
WARNING: This class is part of internal implementation of XMvn and it is marked as public only for technical reasons. This class is not part of XMvn API. Client code using XMvn should not reference it directly.
Constructor and Description |
---|
MavenRepositoryFactory() |
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.
|
protected Repository |
newInstance(String namespace,
Path root,
org.codehaus.plexus.util.xml.Xpp3Dom filter) |
protected Repository newInstance(String namespace, Path root, org.codehaus.plexus.util.xml.Xpp3Dom filter)
public Repository getInstance(org.codehaus.plexus.util.xml.Xpp3Dom filter, Properties properties, org.codehaus.plexus.util.xml.Xpp3Dom configuration, String namespace)
RepositoryFactory
The meaning of properties and XML configuration is dependent on particular repository implementation.
public Repository getInstance(org.codehaus.plexus.util.xml.Xpp3Dom filter, Properties properties, org.codehaus.plexus.util.xml.Xpp3Dom configuration)
RepositoryFactory
The meaning of properties and XML configuration is dependent on particular repository implementation.
getInstance
in interface RepositoryFactory
Copyright © 2012-2016 Red Hat, Inc.. All Rights Reserved.