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(File file)
The JAR library to check.
|
void |
setProperty(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, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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 Task
BuildException
- if something goes wrong.public void setFile(File file)
file
- The jar library to check.public void setProperty(String property)
property
- The name of property to set if extensions is available.