Class ConvertManifestTask

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

public class ConvertManifestTask extends IvyTask
  • Constructor Details

    • ConvertManifestTask

      public ConvertManifestTask()
  • Method Details

    • setProfileProvider

      public void setProfileProvider(ExecutionEnvironmentProfileProvider profileProvider)
    • setManifest

      public void setManifest(File manifest)
    • setIvyFile

      public void setIvyFile(File ivyFile)
    • 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