public interface ResolutionResult
| Modifier and Type | Method and Description |
|---|---|
Path |
getArtifactPath()
Get resolved artifact file.
|
String |
getCompatVersion()
Get compatibility version of resolved artifact.
|
String |
getNamespace()
Get namespace of resolved artifact, if any.
|
String |
getProvider()
Get name of system package providing requested artifact.
|
Path getArtifactPath()
null if requested artifact could not be resolvedString getProvider()
null if information about artifact
provider is not availableString getCompatVersion()
Compatibility version is defined only when resolved artifact version is not default version of the artifact in the system.
null if default artifact version was resolvedString getNamespace()
null if artifact was not resolved
from any repository or the repository does not have associated namespace.Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.