public class JarLibAvailableTask extends Task
description, location, project| Constructor and Description | 
|---|
| JarLibAvailableTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addConfiguredExtension(ExtensionAdapter extension)Set the Extension looking for. | 
| void | addConfiguredExtensionSet(ExtensionSet extensionSet)Adds a set of extensions to search in. | 
| void | execute()Execute the task. | 
| void | setFile(java.io.File file)The JAR library to check. | 
| void | setProperty(java.lang.String property)The name of property to set if extensions are available. | 
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void setProperty(java.lang.String property)
property - The name of property to set if extensions is available.public void setFile(java.io.File file)
file - The jar library to check.public void addConfiguredExtension(ExtensionAdapter extension)
extension - Set the Extension looking for.public void addConfiguredExtensionSet(ExtensionSet extensionSet)
extensionSet - a set of extensions to search in.public void execute()
             throws BuildException
execute in class TaskBuildException - if something goes wrong.