| org.apache.ivy.plugins.resolver.DependencyResolver
All known Subclasses: org.apache.ivy.plugins.resolver.AbstractResolver,
DependencyResolver | public interface DependencyResolver (Code) | | |
dumpSettings | void dumpSettings()(Code) | | |
findIvyFileRef | ResolvedResource findIvyFileRef(DependencyDescriptor dd, ResolveData data)(Code) | | Finds the module descriptor for the specified DependencyDescriptor.
If this resolver can't find the module descriptor, null is returned.
Parameters: dd - the dependency descriptor Parameters: data - the resolve data the module descriptor, or null |
getDependency | ResolvedModuleRevision getDependency(DependencyDescriptor dd, ResolveData data) throws ParseException(Code) | | Resolve a module by id, getting its module descriptor and resolving the revision if it's a
latest one (i.e. a revision uniquely identifying the revision of a module in the current
environment - If this revision is not able to identify uniquelely the revision of the module
outside of the current environment, then the resolved revision must begin by ##)
throws: ParseException - |
listTokenValues | String[] listTokenValues(String token, Map otherTokenValues)(Code) | | List all the values the given token can take if other tokens are set as described in the
otherTokenValues map. For instance, if token = "revision" and the map contains
"organisation"->"foo" "module"->"bar" The results will be the list of revisions of the module
bar from the org foo.
|
reportFailure | void reportFailure()(Code) | | Reports last resolve failure as Messages
|
reportFailure | void reportFailure(Artifact art)(Code) | | Reports last artifact download failure as Messages
Parameters: art - |
setName | void setName(String name)(Code) | | Should only be used by configurator
Parameters: name - the new name of the resolver |
|
|