public interface ResolutionResult
Modifier and Type | Method and Description |
---|---|
File |
getArtifactFile()
Get resolved artifact file.
|
String |
getCompatVersion()
Get compatibility version of resolved artifact.
|
String |
getProvider()
Get name of system package providing requested artifact.
|
Repository |
getRepository()
Get repository from which the artifact was resolved, if any.
|
File getArtifactFile()
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 resolvedRepository getRepository()
null
if artifact was not resolved from any
repository.Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.