public interface ResolutionResult
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.file.Path |
getArtifactPath() |
Get resolved artifact file.
|
java.lang.String |
getCompatVersion() |
Get compatibility version of resolved artifact.
|
java.lang.String |
getNamespace() |
Get namespace of resolved artifact, if any.
|
java.lang.String |
getProvider() |
Get name of system package providing requested artifact.
|
java.nio.file.Path getArtifactPath()
null if requested artifact could not be resolvedjava.lang.String getProvider()
null if information about artifact
provider is not availablejava.lang.String 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 resolvedjava.lang.String getNamespace()
null if artifact was not resolved
from any repository or the repository does not have associated namespace.