Class IvyInstall

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyInstall
All Implemented Interfaces:
Cloneable

public class IvyInstall extends IvyTask
Allow to install a module or a set of module from repository to another one.
  • Constructor Details

    • IvyInstall

      public IvyInstall()
  • Method Details

    • 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
    • isHaltonfailure

      public boolean isHaltonfailure()
    • setHaltonfailure

      public void setHaltonfailure(boolean haltOnFailure)
    • setCache

      public void setCache(File cache)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • getOrganisation

      public String getOrganisation()
    • setOrganisation

      public void setOrganisation(String organisation)
    • getRevision

      public String getRevision()
    • setRevision

      public void setRevision(String revision)
    • isOverwrite

      public boolean isOverwrite()
    • setOverwrite

      public void setOverwrite(boolean overwrite)
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • isTransitive

      public boolean isTransitive()
    • setTransitive

      public void setTransitive(boolean transitive)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMatcher

      public String getMatcher()
    • setMatcher

      public void setMatcher(String matcher)
    • getConf

      public String getConf()
    • setConf

      public void setConf(String conf)
    • isInstallOriginalMetadata

      public boolean isInstallOriginalMetadata()
    • setInstallOriginalMetadata

      public void setInstallOriginalMetadata(boolean installOriginalMetadata)