public class ManagedDependenciesArtifactCoordinatesResolver extends Object implements ArtifactCoordinatesResolver
ArtifactCoordinatesResolver backed by ManagedDependencies.| Constructor and Description |
|---|
ManagedDependenciesArtifactCoordinatesResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId(String artifactId)
Gets the group id of the artifact identified by the given
artifactId. |
String |
getVersion(String artifactId)
Gets the version of the artifact identified by the given
artifactId. |
public ManagedDependenciesArtifactCoordinatesResolver()
public String getGroupId(String artifactId)
ArtifactCoordinatesResolverartifactId.
Returns null if the artifact is unknown to the resolver.getGroupId in interface ArtifactCoordinatesResolverartifactId - The id of the artifactpublic String getVersion(String artifactId)
ArtifactCoordinatesResolverartifactId.
Returns null if the artifact is unknown to the resolver.getVersion in interface ArtifactCoordinatesResolverartifactId - The id of the artifactCopyright © 2014. All rights reserved.