fr.jayasoft.ivy.ant
Class IvyConvertPom

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byfr.jayasoft.ivy.ant.IvyTask
              extended byfr.jayasoft.ivy.ant.IvyConvertPom

public class IvyConvertPom
extends IvyTask

Author:
Hanin

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
IvyConvertPom()
           
 
Method Summary
 void execute()
           
 java.io.File getIvyFile()
           
 java.io.File getPomFile()
           
 void setIvyFile(java.io.File ivyFile)
           
 void setPomFile(java.io.File file)
           
 
Methods inherited from class fr.jayasoft.ivy.ant.IvyTask
doValidate, ensureMessageInitialised, ensureResolved, getIvyInstance, getProperty, getProperty, getPubDate, isValidate, mergeConfs, setIvyInstance, setResolved, setValidate, splitConfs
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException