|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
public class LocalFileSystemMavenRepository
Locator for artifacts found in the local maven repository. Does not use Maven libraries, it rather uses the maven patterns and conventions to identify the artifacts.
Field Summary |
---|
Fields inherited from interface org.eclipse.gemini.blueprint.test.provisioning.ArtifactLocator |
---|
DEFAULT_ARTIFACT_TYPE |
Constructor Summary | |
---|---|
LocalFileSystemMavenRepository()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalFileSystemMavenRepository()
Method Detail |
---|
public org.springframework.core.io.Resource locateArtifact(String groupId, String artifactId, String version)
locateArtifact
in interface ArtifactLocator
groupId
- - the groupId of the organization supplying the bundleartifactId
- - the artifact id of the bundleversion
- - the version of the bundle
public org.springframework.core.io.Resource locateArtifact(String groupId, String artifactId, String version, String type)
locateArtifact
in interface ArtifactLocator
groupId
- - the groupId of the organization supplying the bundleartifactId
- - the artifact id of the bundleversion
- - the version of the bundletype
- - the extension type of the artifact
protected 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 bundle
protected org.springframework.core.io.Resource localMavenBuildArtifact(String groupId, String artifactId, String version, String type)
artifactId
- version
- type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |