Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api | |
org.jboss.shrinkwrap.resolver.api.maven |
Modifier and Type | Interface and Description |
---|---|
interface |
DependencyBuilder<T extends DependencyBuilder<T>>
Encapsulates access to a backing store or repository; Accepts
coordinates intended to resolve to a set of dependencies.
|
Modifier and Type | Method and Description |
---|---|
static <T extends DependencyBuilder<T>> |
DependencyResolvers.use(Class<T> clazz)
Creates a new implementation of a dependency builder based on passed class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MavenDependencyResolver
An artifact builder is object which holds and construct dependencies and it
is able to resolve them into an array of ShrinkWrap archives.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.