Class IvyDependencyUpdateChecker

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IvyDependencyUpdateChecker
    extends IvyPostResolveTask
    • Constructor Detail

      • IvyDependencyUpdateChecker

        public IvyDependencyUpdateChecker()
    • Method Detail

      • doExecute

        public void doExecute()
                       throws org.apache.tools.ant.BuildException
        Description copied from class: IvyTask
        The real logic of task execution after project has been set in the context. MUST be implemented by subclasses
        Specified by:
        doExecute in class IvyTask
        Throws:
        org.apache.tools.ant.BuildException - if something goes wrong
      • getRevisionToCheck

        public java.lang.String getRevisionToCheck()
      • setRevisionToCheck

        public void setRevisionToCheck​(java.lang.String revisionToCheck)
      • isDownload

        public boolean isDownload()
      • setDownload

        public void setDownload​(boolean download)
      • isShowTransitive

        public boolean isShowTransitive()
      • setShowTransitive

        public void setShowTransitive​(boolean showTransitive)
      • isCheckIfChanged

        public boolean isCheckIfChanged()
      • setCheckIfChanged

        public void setCheckIfChanged​(boolean checkIfChanged)