public interface IndexManager
Modifier and Type | Field and Description |
---|---|
static String |
LOCAL_INDEX |
static String |
WORKSPACE_INDEX |
Modifier and Type | Method and Description |
---|---|
void |
addIndexListener(IndexListener listener) |
IIndex |
getAllIndexes()
Returns index aggregating all indexes enabled for repositories defined in settings.xml
|
IIndex |
getIndex(org.eclipse.core.resources.IProject project)
For Maven projects, returns index of all repositories configured for the project.
|
IMutableIndex |
getLocalIndex() |
IMutableIndex |
getWorkspaceIndex() |
void |
removeIndexListener(IndexListener listener) |
static final String LOCAL_INDEX
static final String WORKSPACE_INDEX
IMutableIndex getWorkspaceIndex()
IMutableIndex getLocalIndex()
IIndex getIndex(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
IIndex getAllIndexes() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void removeIndexListener(IndexListener listener)
void addIndexListener(IndexListener listener)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.