org.apache.ivy.ant

Class IvyCheck

public class IvyCheck extends IvyTask

Checks the given ivy file using current configuration to see if all dependencies are available, with good confs. If a resolver name is given, it also checks that the declared publications are available in the corresponding resolver. Note that the check is not performed recursively, i.e. if a dependency has itself dependencies badly described or not available, this check will not discover it.
Method Summary
voidaddFileset(FileSet set)
Adds a set of files to check.
voiddoExecute()
FilegetFile()
StringgetResolvername()
voidsetFile(File file)
voidsetResolvername(String resolverName)

Method Detail

addFileset

public void addFileset(FileSet set)
Adds a set of files to check.

Parameters: set a set of files to check

doExecute

public void doExecute()

getFile

public File getFile()

getResolvername

public String getResolvername()

setFile

public void setFile(File file)

setResolvername

public void setResolvername(String resolverName)