org.aspectj.org.eclipse.jdt.core
Class BuildJarIndex

java.lang.Object
  extended by Task
      extended by 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

Constructor Summary
BuildJarIndex()
           
 
Method Summary
 void execute()
           
 void setIndexPath(java.lang.String path)
           
 void setJarPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildJarIndex

public BuildJarIndex()
Method Detail

execute

public void execute()
             throws BuildException
Throws:
BuildException

setJarPath

public void setJarPath(java.lang.String path)

setIndexPath

public void setIndexPath(java.lang.String path)