|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
DownloadReport |
download(Artifact[] artifacts,
Ivy ivy,
java.io.File cache)
|
void |
dumpConfig()
|
boolean |
exists(Artifact artifact)
|
ResolvedModuleRevision |
getDependency(DependencyDescriptor dd,
ResolveData data)
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 ##) |
java.lang.String |
getName()
|
ModuleEntry[] |
listModules(OrganisationEntry org)
|
OrganisationEntry[] |
listOrganisations()
|
RevisionEntry[] |
listRevisions(ModuleEntry module)
|
void |
publish(Artifact artifact,
java.io.File src,
boolean overwrite)
|
void |
reportFailure()
Reports last resolve failure as Messages |
void |
reportFailure(Artifact art)
Reports last artifact download failure as Messages |
void |
setName(java.lang.String name)
Should only be used by configurator |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name of the resolverpublic ResolvedModuleRevision getDependency(DependencyDescriptor dd, ResolveData data) throws java.text.ParseException
java.text.ParseException
public DownloadReport download(Artifact[] artifacts, Ivy ivy, java.io.File cache)
public boolean exists(Artifact artifact)
public void publish(Artifact artifact, java.io.File src, boolean overwrite) throws java.io.IOException
java.io.IOException
public void reportFailure()
public void reportFailure(Artifact art)
art
- public OrganisationEntry[] listOrganisations()
public ModuleEntry[] listModules(OrganisationEntry org)
public RevisionEntry[] listRevisions(ModuleEntry module)
public void dumpConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |