org.apache.ivy.ant

Class IvyRetrieve

public class IvyRetrieve extends IvyPostResolveTask

This task allow to retrieve dependencies from the cache to a local directory like a lib dir.
Method Summary
voiddoExecute()
protected CollectiongetAllowedLogOptions()
StringgetIvypattern()
StringgetPattern()
booleanisSync()
voidsetIvypattern(String ivypattern)
voidsetPattern(String pattern)
voidsetSymlink(boolean symlink)
Option to create symlinks instead of copying.
voidsetSync(boolean sync)

Method Detail

doExecute

public void doExecute()

getAllowedLogOptions

protected Collection getAllowedLogOptions()

getIvypattern

public String getIvypattern()

getPattern

public String getPattern()

isSync

public boolean isSync()

setIvypattern

public void setIvypattern(String ivypattern)

setPattern

public void setPattern(String pattern)

setSymlink

public void setSymlink(boolean symlink)
Option to create symlinks instead of copying.

setSync

public void setSync(boolean sync)