|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactLocator
Interface describing the contract for finding dependencies artifacts. Implementations can rely on various lookup strategies for finding the actual artifacts (i.e. Maven, Ant, Ivy, etc...)
Field Summary | |
---|---|
static String |
DEFAULT_ARTIFACT_TYPE
default artifact type |
Method Summary | |
---|---|
Resource |
locateArtifact(String group,
String id,
String version)
Locates the artifact under the given group, with the given id, version and type. |
Resource |
locateArtifact(String group,
String id,
String version,
String type)
Locates the artifact under the given group, with the given id, version and type. |
Field Detail |
---|
static final String DEFAULT_ARTIFACT_TYPE
Method Detail |
---|
Resource locateArtifact(String group, String id, String version, String type)
null
values are passed in. The only required field is #id.
group
- artifact group (can be null
)id
- artifact id or name (required)version
- artifact version (can be null
)type
- artifact type (can be null
)
Resource locateArtifact(String group, String id, String version)
DEFAULT_ARTIFACT_TYPE
.
group
- artifact group (can be null
)id
- artifact id or name (required)version
- artifact version (can be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |