Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
ArchivaIndexManager.createContext(Repository repository)
Creates the indexing context for the given repository.
|
ArchivaIndexingContext |
ArchivaIndexManager.mergeContexts(Repository destinationRepo,
List<ArchivaIndexingContext> contexts,
boolean packIndex)
Merges a list of contexts into a single one.
|
ArchivaIndexingContext |
ArchivaIndexManager.move(ArchivaIndexingContext context,
Repository repo)
Moves the context to a new directory.
|
ArchivaIndexingContext |
ArchivaIndexManager.reset(ArchivaIndexingContext context)
Reinitializes the index.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchivaIndexManager.addArtifactsToIndex(ArchivaIndexingContext context,
Collection<URI> artifactReference)
Adds a list of artifacts to the index.
|
ArchivaIndexingContext |
ArchivaIndexManager.move(ArchivaIndexingContext context,
Repository repo)
Moves the context to a new directory.
|
void |
ArchivaIndexManager.pack(ArchivaIndexingContext context)
Compresses the index to a more dense packed format.
|
void |
ArchivaIndexManager.removeArtifactsFromIndex(ArchivaIndexingContext context,
Collection<URI> artifactReference)
Removes a list of artifacts from the index.
|
ArchivaIndexingContext |
ArchivaIndexManager.reset(ArchivaIndexingContext context)
Reinitializes the index.
|
void |
ArchivaIndexManager.scan(ArchivaIndexingContext context)
Rescans the whole repository, this index is associated to.
|
void |
ArchivaIndexManager.update(ArchivaIndexingContext context,
boolean fullUpdate)
Updates the index from the remote url.
|
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
ArchivaIndexManager.mergeContexts(Repository destinationRepo,
List<ArchivaIndexingContext> contexts,
boolean packIndex)
Merges a list of contexts into a single one.
|
Modifier and Type | Class and Description |
---|---|
class |
MavenIndexContext
Maven implementation of index context
|
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
MavenIndexManager.createContext(Repository repository) |
ArchivaIndexingContext |
MavenIndexManager.mergeContexts(Repository destinationRepo,
List<ArchivaIndexingContext> contexts,
boolean packIndex) |
ArchivaIndexingContext |
MavenIndexManager.move(ArchivaIndexingContext context,
Repository repo) |
ArchivaIndexingContext |
MavenIndexManager.reset(ArchivaIndexingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MavenIndexManager.addArtifactsToIndex(ArchivaIndexingContext context,
Collection<URI> artifactReference) |
static org.apache.maven.index.context.IndexingContext |
MavenIndexManager.getMvnContext(ArchivaIndexingContext context) |
ArchivaIndexingContext |
MavenIndexManager.move(ArchivaIndexingContext context,
Repository repo) |
void |
MavenIndexManager.pack(ArchivaIndexingContext context) |
void |
MavenIndexManager.removeArtifactsFromIndex(ArchivaIndexingContext context,
Collection<URI> artifactReference) |
ArchivaIndexingContext |
MavenIndexManager.reset(ArchivaIndexingContext context) |
void |
MavenIndexManager.scan(ArchivaIndexingContext context) |
void |
MavenIndexManager.update(ArchivaIndexingContext context,
boolean fullUpdate) |
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
MavenIndexManager.mergeContexts(Repository destinationRepo,
List<ArchivaIndexingContext> contexts,
boolean packIndex) |
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
IndexMerger.buildMergedIndex(IndexMergerRequest indexMergerRequest) |
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
DefaultIndexMerger.buildMergedIndex(IndexMergerRequest indexMergerRequest) |
ArchivaIndexingContext |
MergedRemoteIndexesTaskResult.getIndexingContext() |
Modifier and Type | Method and Description |
---|---|
void |
MergedRemoteIndexesTaskResult.setIndexingContext(ArchivaIndexingContext indexingContext) |
Constructor and Description |
---|
MergedRemoteIndexesTaskResult(ArchivaIndexingContext indexingContext) |
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
Repository.getIndexingContext()
Returns a indexing context.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableRepository.setIndexingContext(ArchivaIndexingContext context)
Sets the indexing context reference.
|
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
AbstractRepository.getIndexingContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepository.setIndexingContext(ArchivaIndexingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MavenManagedRepository.setIndexingContext(ArchivaIndexingContext context) |
Modifier and Type | Method and Description |
---|---|
ArchivaIndexingContext |
ArtifactIndexingTask.getContext() |
Constructor and Description |
---|
ArtifactIndexingTask(ManagedRepository repository,
Path resourceFile,
ArtifactIndexingTask.Action action,
ArchivaIndexingContext context) |
ArtifactIndexingTask(ManagedRepository repository,
Path resourceFile,
ArtifactIndexingTask.Action action,
ArchivaIndexingContext context,
boolean executeOnEntireRepo) |
ArtifactIndexingTask(ManagedRepository repository,
Path resourceFile,
ArtifactIndexingTask.Action action,
ArchivaIndexingContext context,
boolean executeOnEntireRepo,
boolean onlyUpdate) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.