Class IvyConvertPom

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IvyConvertPom
    extends IvyTask
    Convert a pom to an ivy file
    • Constructor Detail

      • IvyConvertPom

        public IvyConvertPom()
    • Method Detail

      • getPomFile

        public java.io.File getPomFile()
      • setPomFile

        public void setPomFile​(java.io.File file)
      • getIvyFile

        public java.io.File getIvyFile()
      • setIvyFile

        public void setIvyFile​(java.io.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