Package | Description |
---|---|
org.apache.archiva.indexer | |
org.apache.archiva.indexer.maven |
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.
|
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) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.