org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Class IndexAllProject
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.indexing.IndexRequest
org.aspectj.org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
- All Implemented Interfaces:
- IJob
public class IndexAllProject
- extends IndexRequest
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IndexAllProject
public IndexAllProject(IProject project,
IndexManager manager)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
execute
public boolean execute(IProgressMonitor progressMonitor)
- Ensure consistency of a project index. Need to walk all nested resources,
and discover resources which have either been changed, added or deleted
since the index was produced.
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
updatedIndexState
protected java.lang.Integer updatedIndexState()
- Overrides:
updatedIndexState in class IndexRequest
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object