| |
|
| org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask
JarLibAvailableTask | public class JarLibAvailableTask extends Task (Code) | | Checks whether an extension is present in a fileset or an extensionSet.
|
addConfiguredExtension | public void addConfiguredExtension(ExtensionAdapter extension)(Code) | | Set the Extension looking for.
Parameters: extension - Set the Extension looking for. |
addConfiguredExtensionSet | public void addConfiguredExtensionSet(ExtensionSet extensionSet)(Code) | | Adds a set of extensions to search in.
Parameters: extensionSet - a set of extensions to search in. |
setFile | public void setFile(File file)(Code) | | The JAR library to check.
Parameters: file - The jar library to check. |
setProperty | public void setProperty(String property)(Code) | | The name of property to set if extensions are available.
Parameters: property - The name of property to set if extensions is available. |
|
|
|