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:
- Cloneable
Checks whether an extension is present in a fileset or an extensionSet.
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConfiguredExtension(ExtensionAdapter extension) Set the Extension looking for.voidaddConfiguredExtensionSet(ExtensionSet extensionSet) Adds a set of extensions to search in.voidexecute()Execute the task.voidThe JAR library to check.voidsetProperty(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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
- 
Constructor Details- 
JarLibAvailableTaskpublic JarLibAvailableTask()
 
- 
- 
Method Details- 
setPropertyThe name of property to set if extensions are available.- Parameters:
- property- The name of property to set if extensions is available.
 
- 
setFileThe JAR library to check.- Parameters:
- file- The jar library to check.
 
- 
addConfiguredExtensionSet the Extension looking for.- Parameters:
- extension- Set the Extension looking for.
 
- 
addConfiguredExtensionSetAdds a set of extensions to search in.- Parameters:
- extensionSet- a set of extensions to search in.
 
- 
executeExecute the task.- Overrides:
- executein class- Task
- Throws:
- BuildException- if something goes wrong.
 
 
-