Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api | |
org.jboss.shrinkwrap.resolver.api.maven |
Modifier and Type | Method and Description |
---|---|
static <RESOLVERSYSTEMTYPE extends ResolverSystem,CONFIGURABLERESOLVERSYSTEMTYPE extends ConfigurableResolverSystem<RESOLVERSYSTEMTYPE>> |
Resolvers.configure(Class<CONFIGURABLERESOLVERSYSTEMTYPE> clazz)
Returns a factory to create configured
ResolverSystem instances of the specified type. |
static <RESOLVERSYSTEMTYPE extends ResolverSystem,CONFIGURABLERESOLVERSYSTEMTYPE extends ConfigurableResolverSystem<RESOLVERSYSTEMTYPE>> |
Resolvers.configure(Class<CONFIGURABLERESOLVERSYSTEMTYPE> clazz,
ClassLoader cl)
Returns a factory to create configured
ResolverSystem instances of the specified type. |
Modifier and Type | Method and Description |
---|---|
static ConfiguredResolverSystemFactory<MavenResolverSystem,ConfigurableMavenResolverSystem> |
Maven.configureResolver()
Creates and returns a new
ConfiguredResolverSystemFactory instance which may be used to create new
MavenResolverSystem instances |
Copyright © 2013 JBoss by Red Hat. All rights reserved.