org.apache.ivy.ant
Class IvyMakePom

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

public class IvyMakePom
extends IvyTask

Convert an ivy file to a pom


Nested Class Summary
 class IvyMakePom.Mapping
           
 
Field Summary
 
Fields inherited from class org.apache.ivy.ant.IvyTask
ANT_PROJECT_CONTEXT_KEY
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
IvyMakePom()
           
 
Method Summary
 IvyMakePom.Mapping createMapping()
           
 void doExecute()
          The real logic of task execution after project has been set in the context.
 java.io.File getHeaderFile()
           
 java.io.File getIvyFile()
           
 java.io.File getPomFile()
           
 void setHeaderFile(java.io.File headerFile)
           
 void setIvyFile(java.io.File ivyFile)
           
 void setPomFile(java.io.File file)
           
 
Methods inherited from class org.apache.ivy.ant.IvyTask
cacheAttributeNotSupported, doValidate, execute, finalizeTask, getIvyInstance, getProperty, getProperty, getProperty, getProperty, getPubDate, getResolvedConfigurations, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedReport, getSettings, getSettingsRef, isValidate, mergeConfs, prepareTask, setResolved, setResolved, setSettingsRef, setValidate, splitConfs, toString
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IvyMakePom

public IvyMakePom()
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)

getHeaderFile

public java.io.File getHeaderFile()

setHeaderFile

public void setHeaderFile(java.io.File headerFile)

createMapping

public IvyMakePom.Mapping createMapping()

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