fr.jayasoft.ivy.ant
Class IvyInstall

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

public class IvyInstall
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
IvyInstall()
           
 
Method Summary
 void execute()
           
 java.io.File getCache()
           
 java.lang.String getFrom()
           
 java.lang.String getMatcher()
           
 java.lang.String getModule()
           
 java.lang.String getOrganisation()
           
 java.lang.String getRevision()
           
 java.lang.String getTo()
           
 java.lang.String getType()
           
 boolean isOverwrite()
           
 boolean isTransitive()
           
 void setCache(java.io.File cache)
           
 void setFrom(java.lang.String from)
           
 void setMatcher(java.lang.String matcher)
           
 void setModule(java.lang.String module)
           
 void setOrganisation(java.lang.String organisation)
           
 void setOverwrite(boolean overwrite)
           
 void setRevision(java.lang.String revision)
           
 void setTo(java.lang.String to)
           
 void setTransitive(boolean transitive)
           
 void setType(java.lang.String type)
           
 
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

IvyInstall

public IvyInstall()
Method Detail

execute

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

getCache

public java.io.File getCache()

setCache

public void setCache(java.io.File cache)

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)

getRevision

public java.lang.String getRevision()

setRevision

public void setRevision(java.lang.String revision)

isOverwrite

public boolean isOverwrite()

setOverwrite

public void setOverwrite(boolean overwrite)

getFrom

public java.lang.String getFrom()

setFrom

public void setFrom(java.lang.String from)

getTo

public java.lang.String getTo()

setTo

public void setTo(java.lang.String to)

isTransitive

public boolean isTransitive()

setTransitive

public void setTransitive(boolean transitive)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getMatcher

public java.lang.String getMatcher()

setMatcher

public void setMatcher(java.lang.String matcher)