public class BuildJarIndex
extends Task
An Ant task to generate the index file for the given jar path.
<eclipse.buildJarIndex jarPath="Test.jar" indexPath="Test.index"/>
For more information on Ant check out the website at http://jakarta.apache.org/ant/ .
This is not intended to be subclassed by users.
| Constructor and Description |
|---|
BuildJarIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setIndexPath(java.lang.String path) |
void |
setJarPath(java.lang.String path) |