|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
at.spardat.xma.boot.antext.JarDeltas
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
| Constructor Summary | |
JarDeltas()
|
|
| Method Summary | |
void |
execute()
|
void |
setMinVersion(java.lang.String minVersion)
Set the minimal version number for which deltas shall be generated. |
void |
setNo99(boolean no99)
Set if version 99.99.99 should be ignored. |
void |
setTarget(java.io.File target)
Set the jar-file of the new version. |
void |
setTestDeltas(boolean testDeltas)
Set if the generated deltas shall be tested. |
void |
setVersionsDir(java.io.File versionsDir)
Set the directory where to search for version subdirectorys. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public JarDeltas()
| Method Detail |
public void setTarget(java.io.File target)
target - the jar-file for which the deltas to the previous versions shall be generated.public void setMinVersion(java.lang.String minVersion)
minVersion - public void setVersionsDir(java.io.File versionsDir)
versionsDir - public void setTestDeltas(boolean testDeltas)
testDeltas - public void setNo99(boolean no99)
no99 -
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||