org.apache.tools.ant.taskdefs.optional.extension
public class JarLibAvailableTask extends Task
UNKNOWN: name="jarlib-available"
Method Summary | |
---|---|
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(File file)
The JAR library to check.
|
void | setProperty(String property)
The name of property to set if extensions are available.
|
Parameters: extension Set the Extension looking for.
Parameters: extensionSet a set of extensions to search in.
Throws: BuildException if somethign goes wrong.
Parameters: file The jar library to check.
Parameters: property The name of property to set if extensions is available.