java.lang.Cloneable
public class JarLibResolveTask extends Task
description, location, project
Constructor | Description |
---|---|
JarLibResolveTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addConfiguredAnt(AntResolver ant) |
Adds Ant resolver to run an Ant build file to generate a library.
|
void |
addConfiguredExtension(ExtensionAdapter extension) |
Set the Extension looking for.
|
void |
addConfiguredLocation(LocationResolver loc) |
Adds location resolver to look for a library in a location
relative to project directory.
|
void |
addConfiguredUrl(URLResolver url) |
Adds a URL resolver to download a library from a URL
to a local file.
|
void |
execute() |
Execute the task.
|
void |
setCheckExtension(boolean checkExtension) |
Check nested libraries for extensions
|
void |
setFailOnError(boolean failOnError) |
Set whether to fail if error.
|
void |
setProperty(java.lang.String property) |
The name of the property in which the location of
library is stored.
|
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 the property in which the location of
library is stored.public void setCheckExtension(boolean checkExtension)
checkExtension
- if true, libraries returned by nested
resolvers should be checked to see if they supply extension.public void setFailOnError(boolean failOnError)
failOnError
- if true, failure to locate library should fail build.public void addConfiguredLocation(LocationResolver loc)
loc
- the resolver location to search.public void addConfiguredUrl(URLResolver url)
url
- the URL resolver from which to download the librarypublic void addConfiguredAnt(AntResolver ant)
ant
- the AntResolver to generate the library.public void addConfiguredExtension(ExtensionAdapter extension)
extension
- Set the Extension looking for.public void execute() throws BuildException
execute
in class Task
BuildException
- if the task fails.