public interface ModuleVersionIdResolveResult
| Modifier and Type | Method and Description |
|---|---|
ModuleVersionResolveException |
getFailure()
Returns the resolve failure, if any.
|
org.apache.ivy.core.module.id.ModuleRevisionId |
getId()
Returns the id of this module version.
|
ModuleVersionResolveResult |
resolve()
Resolves the meta-data for this module version, if required.
|
@Nullable ModuleVersionResolveException getFailure()
org.apache.ivy.core.module.id.ModuleRevisionId getId()
throws ModuleVersionResolveException
ModuleVersionResolveException - If resolution was unsuccessful and the id is unknown.ModuleVersionResolveResult resolve()
Copyright © 2013. All rights reserved