java.lang.Cloneable
public class JarLibAvailableTask extends Task
description, location, project
Constructor | Description |
---|---|
JarLibAvailableTask() |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public 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 Task
BuildException
- if something goes wrong.