public interface ArtifactLocator
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ARTIFACT_TYPE
default artifact type
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
locateArtifact(String group,
String id,
String version)
Locates the artifact under the given group, with the given id, version
and type.
|
org.springframework.core.io.Resource |
locateArtifact(String group,
String id,
String version,
String type)
Locates the artifact under the given group, with the given id, version
and type.
|
static final String DEFAULT_ARTIFACT_TYPE
org.springframework.core.io.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)org.springframework.core.io.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)Copyright © 2006–2023. All rights reserved.