Class AntVersion
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.condition.AntVersion
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
eval()
Evaluate the condition.void
execute()
Run as a task.Get the atleast attribute.Get the exactly attribute.Get the name of the property to hold the ant version.void
setAtLeast
(String atLeast) Set the atleast attribute.void
setExactly
(String exactly) Set the exactly attribute.void
setProperty
(String propertyname) Set the name of the property to hold the ant version.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
-
Constructor Details
-
AntVersion
public AntVersion()
-
-
Method Details
-
execute
Run as a task.- Overrides:
execute
in classTask
- Throws:
BuildException
- if an error occurs.
-
eval
Evaluate the condition.- Specified by:
eval
in interfaceCondition
- Returns:
- true if the condition is true.
- Throws:
BuildException
- if an error occurs.
-
getAtLeast
-
setAtLeast
Set the atleast attribute. This is of the form major.minor.point. For example 1.7.0.- Parameters:
atLeast
- the version to check against.
-
getExactly
-
setExactly
Set the exactly attribute. This is of the form major.minor.point. For example 1.7.0.- Parameters:
exactly
- the version to check against.
-
getProperty
Get the name of the property to hold the ant version.- Returns:
- the name of the property.
-
setProperty
Set the name of the property to hold the ant version.- Parameters:
propertyname
- the name of the property.
-