All Implemented Interfaces:
IJob

public class AddJrtToIndex extends BinaryContainer
  • Constructor Details

    • AddJrtToIndex

      public AddJrtToIndex(org.eclipse.core.resources.IFile resource, IndexLocation indexFile, IndexManager manager, boolean updateIndex)
    • AddJrtToIndex

      public AddJrtToIndex(org.eclipse.core.runtime.IPath jrtPath, IndexLocation indexFile, IndexManager manager, boolean updateIndex)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • execute

      public boolean execute(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
      Description copied from interface: IJob
      Execute the current job, answer whether it was successful.
    • getJobFamily

      public String getJobFamily()
      Description copied from interface: IJob
      Returns this job's family
      Specified by:
      getJobFamily in interface IJob
      Overrides:
      getJobFamily in class IndexRequest
    • updatedIndexState

      protected Integer updatedIndexState()
      Overrides:
      updatedIndexState in class IndexRequest
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hasPreBuiltIndex

      protected boolean hasPreBuiltIndex()