org.apache.ivy.ant
Class IvyBuildList
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyBuildList
- All Implemented Interfaces:
- java.lang.Cloneable
public class IvyBuildList
- extends IvyTask
Creates an ant filelist of files (usually build.xml) ordered according to the dependencies declared in ivy files.
- 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 |
IvyBuildList
public IvyBuildList()
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet buildFiles)
getReference
public java.lang.String getReference()
setReference
public void setReference(java.lang.String reference)
getRoot
public java.lang.String getRoot()
setRoot
public void setRoot(java.lang.String root)
isExcludeRoot
public boolean isExcludeRoot()
setExcludeRoot
public void setExcludeRoot(boolean root)
getLeaf
public java.lang.String getLeaf()
setLeaf
public void setLeaf(java.lang.String leaf)
isExcludeLeaf
public boolean isExcludeLeaf()
setExcludeLeaf
public void setExcludeLeaf(boolean excludeLeaf)
getDelimiter
public java.lang.String getDelimiter()
setDelimiter
public void setDelimiter(java.lang.String delimiter)
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
isHaltonerror
public boolean isHaltonerror()
setHaltonerror
public void setHaltonerror(boolean haltOnError)
getIvyfilepath
public java.lang.String getIvyfilepath()
setIvyfilepath
public void setIvyfilepath(java.lang.String ivyFilePath)
isSkipbuildwithoutivy
public boolean isSkipbuildwithoutivy()
setSkipbuildwithoutivy
public void setSkipbuildwithoutivy(boolean skipBuildFilesWithoutIvy)
isReverse
public boolean isReverse()
setReverse
public void setReverse(boolean reverse)