org.aspectj.org.eclipse.jdt.core
Class BuildJarIndex
java.lang.Object
Task
org.aspectj.org.eclipse.jdt.core.BuildJarIndex
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.
- Since:
- 3.8
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildJarIndex
public BuildJarIndex()
execute
public void execute()
throws BuildException
- Throws:
BuildException
setJarPath
public void setJarPath(java.lang.String path)
setIndexPath
public void setIndexPath(java.lang.String path)