org.apache.ivy.ant

Class IvyBuildList

public class IvyBuildList extends IvyTask

Creates an ant filelist of files (usually build.xml) ordered according to the dependencies declared in ivy files.
Nested Class Summary
static classIvyBuildList.OnMissingDescriptor
Field Summary
static StringDESCRIPTOR_REQUIRED
Method Summary
voidaddFileset(FileSet buildFiles)
voiddoExecute()
StringgetDelimiter()
StringgetIvyfilepath()
StringgetLeaf()
booleangetOnlydirectdep()
StringgetOnMissingDescriptor()
StringgetReference()
StringgetRestartFrom()
StringgetRoot()
booleanisExcludeLeaf()
booleanisExcludeRoot()
booleanisHaltonerror()
booleanisReverse()
booleanisSkipbuildwithoutivy()
voidsetDelimiter(String delimiter)
voidsetExcludeLeaf(boolean excludeLeaf)
voidsetExcludeRoot(boolean root)
voidsetHaltonerror(boolean haltOnError)
voidsetIvyfilepath(String ivyFilePath)
voidsetLeaf(String leaf)
voidsetOnlydirectdep(boolean onlydirectdep)
voidsetOnMissingDescriptor(String onMissingDescriptor)
voidsetReference(String reference)
voidsetRestartFrom(String restartFrom)
voidsetReverse(boolean reverse)
voidsetRoot(String root)
voidsetSkipbuildwithoutivy(boolean skipBuildFilesWithoutIvy)

Field Detail

DESCRIPTOR_REQUIRED

public static final String DESCRIPTOR_REQUIRED

Method Detail

addFileset

public void addFileset(FileSet buildFiles)

doExecute

public void doExecute()

getDelimiter

public String getDelimiter()

getIvyfilepath

public String getIvyfilepath()

getLeaf

public String getLeaf()

getOnlydirectdep

public boolean getOnlydirectdep()

getOnMissingDescriptor

public String getOnMissingDescriptor()

getReference

public String getReference()

getRestartFrom

public String getRestartFrom()

getRoot

public String getRoot()

isExcludeLeaf

public boolean isExcludeLeaf()

isExcludeRoot

public boolean isExcludeRoot()

isHaltonerror

public boolean isHaltonerror()

isReverse

public boolean isReverse()

isSkipbuildwithoutivy

public boolean isSkipbuildwithoutivy()

Deprecated: use getOnMissingDescriptor instead.

setDelimiter

public void setDelimiter(String delimiter)

setExcludeLeaf

public void setExcludeLeaf(boolean excludeLeaf)

setExcludeRoot

public void setExcludeRoot(boolean root)

setHaltonerror

public void setHaltonerror(boolean haltOnError)

setIvyfilepath

public void setIvyfilepath(String ivyFilePath)

setLeaf

public void setLeaf(String leaf)

setOnlydirectdep

public void setOnlydirectdep(boolean onlydirectdep)

setOnMissingDescriptor

public void setOnMissingDescriptor(String onMissingDescriptor)

setReference

public void setReference(String reference)

setRestartFrom

public void setRestartFrom(String restartFrom)

setReverse

public void setReverse(boolean reverse)

setRoot

public void setRoot(String root)

setSkipbuildwithoutivy

public void setSkipbuildwithoutivy(boolean skipBuildFilesWithoutIvy)

Deprecated: use setOnMissingDescriptor instead.