public interface ModuleVersionResolveResult
| Modifier and Type | Method and Description |
|---|---|
ArtifactResolver |
getArtifactResolver()
Returns the artifact resolver for this module.
|
org.apache.ivy.core.module.descriptor.ModuleDescriptor |
getDescriptor()
Returns the descriptor for this module version.
|
ModuleVersionResolveException |
getFailure()
Returns the resolve failure, if any.
|
org.apache.ivy.core.module.id.ModuleRevisionId |
getId()
Returns the id of this module version.
|
org.apache.ivy.core.module.id.ModuleRevisionId getId()
throws ModuleVersionResolveException
ModuleVersionResolveException - If resolution was unsuccessful and the id is unknown.org.apache.ivy.core.module.descriptor.ModuleDescriptor getDescriptor()
throws ModuleVersionResolveException
ModuleVersionResolveException - If resolution was unsuccessful and the descriptor is not available.@Nullable ModuleVersionResolveException getFailure()
ArtifactResolver getArtifactResolver() throws ModuleVersionResolveException
ModuleVersionResolveException - If resolution was unsuccessful and artifacts are not available.Copyright © 2013. All rights reserved