fr.jayasoft.ivy.ant
Class IvyArtifactProperty

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

public class IvyArtifactProperty
extends IvyTask


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
IvyArtifactProperty()
           
 
Method Summary
 void execute()
           
 java.io.File getCache()
           
 java.lang.String getConf()
           
 java.lang.String getModule()
           
 java.lang.String getName()
           
 java.lang.String getOrganisation()
           
 java.lang.String getValue()
           
 boolean isHaltonfailure()
           
 void setCache(java.io.File cache)
           
 void setConf(java.lang.String conf)
           
 void setHaltonfailure(boolean haltOnFailure)
           
 void setModule(java.lang.String module)
           
 void setName(java.lang.String name)
           
 void setOrganisation(java.lang.String organisation)
           
 void setValue(java.lang.String value)
           
 
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

IvyArtifactProperty

public IvyArtifactProperty()
Method Detail

getConf

public java.lang.String getConf()

setConf

public void setConf(java.lang.String conf)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

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)

isHaltonfailure

public boolean isHaltonfailure()

setHaltonfailure

public void setHaltonfailure(boolean haltOnFailure)

getCache

public java.io.File getCache()

setCache

public void setCache(java.io.File cache)

execute

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