public class LocalFileSystemMavenRepository extends Object implements ArtifactLocator
DEFAULT_ARTIFACT_TYPE| Constructor and Description |
|---|
LocalFileSystemMavenRepository() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.core.io.Resource |
localMavenBuildArtifact(String groupId,
String artifactId,
String version,
String type)
Find a local maven artifact in the current build tree.
|
protected org.springframework.core.io.Resource |
localMavenBundle(String groupId,
String artifact,
String version,
String type)
Return the resource of the indicated bundle in the local Maven repository
|
org.springframework.core.io.Resource |
locateArtifact(String groupId,
String artifactId,
String version)
Find a local maven artifact.
|
org.springframework.core.io.Resource |
locateArtifact(String groupId,
String artifactId,
String version,
String type)
Find a local maven artifact.
|
public org.springframework.core.io.Resource locateArtifact(String groupId, String artifactId, String version)
locateArtifact in interface ArtifactLocatorgroupId - - the groupId of the organization supplying the bundleartifactId - - the artifact id of the bundleversion - - the version of the bundlepublic org.springframework.core.io.Resource locateArtifact(String groupId, String artifactId, String version, String type)
locateArtifact in interface ArtifactLocatorgroupId - - the groupId of the organization supplying the bundleartifactId - - the artifact id of the bundleversion - - the version of the bundletype - - the extension type of the artifactprotected org.springframework.core.io.Resource localMavenBundle(String groupId, String artifact, String version, String type)
groupId - - the groupId of the organization supplying the bundleartifact - - the artifact id of the bundleversion - - the version of the bundleprotected org.springframework.core.io.Resource localMavenBuildArtifact(String groupId, String artifactId, String version, String type)
artifactId - version - type - Copyright © 2006–2023. All rights reserved.