| Package | Description |
|---|---|
| org.eclipse.m2e.core.internal.index | |
| org.eclipse.m2e.core.internal.index.filter | |
| org.eclipse.m2e.core.internal.index.nexus | |
| org.eclipse.m2e.core.ui.internal.search.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableIndex |
| Modifier and Type | Method and Description |
|---|---|
IIndex |
IndexManager.getAllIndexes()
Returns index aggregating all indexes enabled for repositories defined in settings.xml
|
IIndex |
IndexManager.getIndex(org.eclipse.core.resources.IProject project)
For Maven projects, returns index of all repositories configured for the project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredIndex
FilteredIndex
|
| Constructor and Description |
|---|
FilteredIndex(org.eclipse.core.resources.IProject project,
IIndex index) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeIndex
CompositeIndex
|
class |
NexusIndex
NexusIndex
|
| Modifier and Type | Method and Description |
|---|---|
IIndex |
NexusIndexManager.getAllIndexes() |
IIndex |
NexusIndexManager.getIndex(org.eclipse.core.resources.IProject project) |
| Constructor and Description |
|---|
CompositeIndex(List<IIndex> indexes) |
| Constructor and Description |
|---|
IndexSearchEngine(IIndex index) |
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.