org.apache.ivy.ant
Class IvyResolve
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyResolve
- All Implemented Interfaces:
- java.lang.Cloneable
public class IvyResolve
- extends IvyTask
This task allow to call the Ivy dependency resolution from ant.
- Author:
- Xavier Hanin
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 |
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 |
IvyResolve
public IvyResolve()
isUseOrigin
public boolean isUseOrigin()
setUseOrigin
public void setUseOrigin(boolean useOrigin)
getDate
public java.lang.String getDate()
setDate
public void setDate(java.lang.String pubdate)
getRevision
public java.lang.String getRevision()
setRevision
public void setRevision(java.lang.String revision)
getCache
public java.io.File getCache()
setCache
public void setCache(java.io.File cache)
getConf
public java.lang.String getConf()
setConf
public void setConf(java.lang.String conf)
getFile
public java.io.File getFile()
setFile
public void setFile(java.io.File file)
isHaltonfailure
public boolean isHaltonfailure()
setHaltonfailure
public void setHaltonfailure(boolean haltOnFailure)
setShowprogress
public void setShowprogress(boolean show)
isUseCacheOnly
public boolean isUseCacheOnly()
setUseCacheOnly
public void setUseCacheOnly(boolean useCacheOnly)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
setFailurePropery
public void setFailurePropery(java.lang.String failureProperty)
- Deprecated. Use
setFailureProperty(String)
instead
setFailureProperty
public void setFailureProperty(java.lang.String failureProperty)
getFailureProperty
public java.lang.String getFailureProperty()
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Overrides:
execute
in class org.apache.tools.ant.Task
- Throws:
org.apache.tools.ant.BuildException
getModule
public java.lang.String getModule()
setModule
public void setModule(java.lang.String module)
getOrganisation
public java.lang.String getOrganisation()
setOrganisation
public void setOrganisation(java.lang.String organisation)
isTransitive
public boolean isTransitive()
setTransitive
public void setTransitive(boolean transitive)
isChanging
public boolean isChanging()
setChanging
public void setChanging(boolean changing)
isKeep
public boolean isKeep()
setKeep
public void setKeep(boolean keep)
isInline
public boolean isInline()
setInline
public void setInline(boolean inline)
getResolveId
public java.lang.String getResolveId()
setResolveId
public void setResolveId(java.lang.String resolveId)