java.lang.Cloneable
public class JarLibDisplayTask extends Task
Prior to JDK1.3, an "Optional Package" was known as an Extension. The specification for this mechanism is available in the JDK1.3 documentation in the directory $JDK_HOME/docs/guide/extensions/versioning.html. Alternatively it is available online at http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.
description, location, project
Constructor | Description |
---|---|
JarLibDisplayTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addFileset(FileSet fileSet) |
Adds a set of files about which library data will be displayed.
|
void |
execute() |
Execute the task.
|
void |
setFile(java.io.File file) |
The JAR library to display information for.
|
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 setFile(java.io.File file)
file
- The jar library to display information for.public void addFileset(FileSet fileSet)
fileSet
- a set of files about which library data will be displayed.public void execute() throws BuildException
execute
in class Task
BuildException
- if the task fails.