Class IvyVar

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

public class IvyVar extends IvyTask
This task let user set ivy variables from ant.
  • Constructor Details

    • IvyVar

      public IvyVar()
  • Method Details

    • getFile

      public File getFile()
    • setFile

      public void setFile(File aFile)
    • getName

      public String getName()
    • setName

      public void setName(String aName)
    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String aPrefix)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String aUrl)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String aValue)
    • 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