fr.jayasoft.ivy.ant
Class IvyRetrieve

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.IvyRetrieve

public class IvyRetrieve
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
IvyRetrieve()
           
 
Method Summary
 void execute()
           
 java.io.File getCache()
           
 java.lang.String getConf()
           
 java.lang.String getIvypattern()
           
 java.lang.String getModule()
           
 java.lang.String getOrganisation()
           
 java.lang.String getPattern()
           
 boolean isHaltonfailure()
           
 void setCache(java.io.File cache)
           
 void setConf(java.lang.String conf)
           
 void setHaltonfailure(boolean haltOnFailure)
           
 void setIvypattern(java.lang.String ivypattern)
           
 void setModule(java.lang.String module)
           
 void setOrganisation(java.lang.String organisation)
           
 void setPattern(java.lang.String pattern)
           
 
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

IvyRetrieve

public IvyRetrieve()
Method Detail

getCache

public java.io.File getCache()

setCache

public void setCache(java.io.File cache)

getConf

public java.lang.String getConf()

setConf

public void setConf(java.lang.String conf)

getModule

public java.lang.String getModule()

setModule

public void setModule(java.lang.String module)

getOrganisation

public java.lang.String getOrganisation()

setOrganisation

public void setOrganisation(java.lang.String organisation)

getPattern

public java.lang.String getPattern()

setPattern

public void setPattern(java.lang.String pattern)

isHaltonfailure

public boolean isHaltonfailure()

setHaltonfailure

public void setHaltonfailure(boolean haltOnFailure)

execute

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

getIvypattern

public java.lang.String getIvypattern()

setIvypattern

public void setIvypattern(java.lang.String ivypattern)