|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyPostResolveTask
org.apache.ivy.ant.IvyCacheTask
org.apache.ivy.ant.IvyCachePath
public class IvyCachePath
Creates an ant path consisting in all artifacts found during a resolve.
Field Summary |
---|
Fields inherited from class org.apache.ivy.ant.IvyTask |
---|
ANT_PROJECT_CONTEXT_KEY |
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
IvyCachePath()
|
Method Summary | |
---|---|
void |
execute()
|
java.lang.String |
getPathid()
|
void |
setId(java.lang.String id)
Deprecated. use setPathid instead |
void |
setPathid(java.lang.String id)
|
Methods inherited from class org.apache.ivy.ant.IvyCacheTask |
---|
getArtifacts, getCacheManager |
Methods inherited from class org.apache.ivy.ant.IvyPostResolveTask |
---|
createResolve, ensureResolved, getArtifactFilter, getCache, getConf, getConfsToResolve, getConfsToResolve, getFile, getModule, getOrganisation, getResolvedModuleId, getResolvedMrid, getResolvedReport, getResolveId, getRevision, getType, isHaltonfailure, isInline, isTransitive, isUseOrigin, prepareAndCheck, setCache, setConf, setFile, setHaltonfailure, setInline, setModule, setOrganisation, setResolveId, setRevision, setTransitive, setType, setUseOrigin |
Methods inherited from class org.apache.ivy.ant.IvyTask |
---|
doValidate, ensureMessageInitialised, getIvyInstance, getProperty, getProperty, getProperty, getProperty, getPubDate, getResolvedConfigurations, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedReport, getSettings, isValidate, mergeConfs, setIvyInstance, setProject, setResolved, setResolved, setValidate, splitConfs |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IvyCachePath()
Method Detail |
---|
public java.lang.String getPathid()
public void setPathid(java.lang.String id)
public void setId(java.lang.String id)
id
- public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |