@Named(value="compound") @Singleton public class CompoundRepositoryFactory 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 |
---|
CompoundRepositoryFactory(RepositoryConfigurator configurator) |
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.
|
@Inject public CompoundRepositoryFactory(RepositoryConfigurator configurator)
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–2014 Red Hat, Inc.. All rights reserved.