| java.lang.Object org.apache.ivy.core.check.CheckEngine
CheckEngine | public class CheckEngine (Code) | | |
Method Summary | |
public boolean | check(URL ivyFile, String resolvername) Checks the given ivy file using current settings to see if all dependencies are available,
with good confs. |
check | public boolean check(URL ivyFile, String resolvername)(Code) | | Checks the given ivy file using current settings 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.
|
|
|