Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.context | |
org.apache.maven.index.creator |
Modifier and Type | Method and Description |
---|---|
ArtifactContext |
DefaultArtifactContextProducer.getArtifactContext(IndexingContext context,
File file)
Get ArtifactContext for given pom or artifact (jar, war, etc).
|
ArtifactContext |
ArtifactContextProducer.getArtifactContext(IndexingContext context,
File file) |
Modifier and Type | Method and Description |
---|---|
void |
NexusIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
void |
Indexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Adds the passed in artifact contexts to passed in indexing context.
|
void |
DefaultNexusIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to update artifact to the index |
void |
DefaultIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context) |
void |
DefaultScannerListener.artifactDiscovered(ArtifactContext ac) |
void |
ArtifactDiscoveryListener.artifactDiscovered(ArtifactContext ac) |
void |
NexusIndexer.artifactDiscovered(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
void |
DefaultNexusIndexer.artifactDiscovered(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to add a new artifact to the index |
void |
DefaultScannerListener.artifactError(ArtifactContext ac,
Exception e) |
void |
ArtifactScanningListener.artifactError(ArtifactContext ac,
Exception e) |
void |
NexusIndexer.deleteArtifactFromIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
void |
DefaultNexusIndexer.deleteArtifactFromIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to remove artifact from the index |
void |
IndexerEngine.index(IndexingContext context,
ArtifactContext ac)
Add new artifact to the index
|
void |
DefaultIndexerEngine.index(IndexingContext context,
ArtifactContext ac) |
void |
IndexerEngine.remove(IndexingContext context,
ArtifactContext ac)
Remove artifact to the index
|
void |
DefaultIndexerEngine.remove(IndexingContext context,
ArtifactContext ac) |
void |
IndexerEngine.update(IndexingContext context,
ArtifactContext ac)
Replace data for a previously indexed artifact
|
void |
DefaultIndexerEngine.update(IndexingContext context,
ArtifactContext ac) |
Modifier and Type | Method and Description |
---|---|
void |
NexusIndexer.addArtifactsToIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
Indexer.addArtifactsToIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Adds the passed in artifact contexts to passed in indexing context.
|
void |
DefaultNexusIndexer.addArtifactsToIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
DefaultIndexer.addArtifactsToIndex(Collection<ArtifactContext> ac,
IndexingContext context) |
void |
NexusIndexer.deleteArtifactsFromIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
Indexer.deleteArtifactsFromIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Removes the passed in artifacts contexts from passed in indexing context.
|
void |
DefaultNexusIndexer.deleteArtifactsFromIndex(Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
DefaultIndexer.deleteArtifactsFromIndex(Collection<ArtifactContext> ac,
IndexingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IndexCreator.populateArtifactInfo(ArtifactContext artifactContext)
Populate an
ArtifactContext with information about corresponding artifact. |
Modifier and Type | Method and Description |
---|---|
void |
OsgiArtifactIndexCreator.populateArtifactInfo(ArtifactContext artifactContext) |
void |
MinimalArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
MavenPluginArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
MavenArchetypeArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
JarFileContentsIndexCreator.populateArtifactInfo(ArtifactContext artifactContext) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.