Class CheckEngine


  • public class CheckEngine
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(java.net.URL ivyFile, java.lang.String resolvername)
      Checks the given ivy file using current settings to see if all dependencies are available, with good confs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • check

        public boolean check​(java.net.URL ivyFile,
                             java.lang.String resolvername)
        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.
        Parameters:
        ivyFile - URL
        resolvername - String
        Returns:
        boolean