Class JarLibAvailableTask
- java.lang.Object
- 
- org.apache.tools.ant.ProjectComponent
- 
- org.apache.tools.ant.Task
- 
- org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 
 public class JarLibAvailableTask extends Task Checks whether an extension is present in a fileset or an extensionSet.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description JarLibAvailableTask()
 - 
Method SummaryModifier and Type Method Description voidaddConfiguredExtension(ExtensionAdapter extension)Set the Extension looking for.voidaddConfiguredExtensionSet(ExtensionSet extensionSet)Adds a set of extensions to search in.voidexecute()Execute the task.voidsetFile(java.io.File file)The JAR library to check.voidsetProperty(java.lang.String property)The name of property to set if extensions are available.- 
Methods inherited from class org.apache.tools.ant.TaskbindToOwner, 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.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
- 
 
- 
- 
- 
Method Detail- 
setPropertypublic void setProperty(java.lang.String property) The name of property to set if extensions are available.- Parameters:
- property- The name of property to set if extensions is available.
 
 - 
setFilepublic void setFile(java.io.File file) The JAR library to check.- Parameters:
- file- The jar library to check.
 
 - 
addConfiguredExtensionpublic void addConfiguredExtension(ExtensionAdapter extension) Set the Extension looking for.- Parameters:
- extension- Set the Extension looking for.
 
 - 
addConfiguredExtensionSetpublic void addConfiguredExtensionSet(ExtensionSet extensionSet) Adds a set of extensions to search in.- Parameters:
- extensionSet- a set of extensions to search in.
 
 - 
executepublic void execute() throws BuildExceptionExecute the task.- Overrides:
- executein class- Task
- Throws:
- BuildException- if something goes wrong.
 
 
- 
 
-