|
ShrinkWrap Resolver API 1.0.0-beta-7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DependencyBuilder<T extends DependencyBuilder<T>>
Encapsulates access to a backing store or repository; Accepts coordinates intended to resolve to a set of dependencies.
| Method Summary | |
|---|---|
T |
artifact(String coordinates)
Creates an artifact builder. |
T |
artifacts(String... coordinates)
Creates an artifact builder. |
| Method Detail |
|---|
T artifact(String coordinates)
throws ResolutionException
coordinates - Coordinates specified to a created artifact, specified
in an implementation-specific format.
DependencyBuilder
ResolutionException - If artifact coordinates are wrong or if
version cannot be determined.
T artifacts(String... coordinates)
throws ResolutionException
coordinates - A list of coordinates specified to the created
artifacts, specified in an implementation-specific format.
DependencyBuilder
ResolutionException - If artifact coordinates are wrong or if
version cannot be determined.
|
ShrinkWrap Resolver API 1.0.0-beta-7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||