Modifier and Type | Class and Description |
---|---|
class |
ArtifactMissingChecksumsConsumer
ArtifactMissingChecksumsConsumer - Create missing and/or fix invalid checksums for the artifact.
|
class |
AutoRemoveConsumer
AutoRemoveConsumer
|
class |
AutoRenameConsumer
AutoRenameConsumer
|
class |
MetadataUpdaterConsumer
MetadataUpdaterConsumer will create and update the metadata present within the repository.
|
class |
ValidateChecksumConsumer
ValidateChecksumConsumer - validate the provided checksum against the file it represents.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryPurgeConsumer
Consumer for removing old snapshots in the repository based on the criteria
specified by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
NexusIndexerConsumer
Consumer for indexing the repository to provide search and IDE integration features.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchivaMetadataCreationConsumer
Take an artifact off of disk and put it into the metadata repository.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyConverterArtifactConsumer
LegacyConverterArtifactConsumer - convert artifacts as they are found
into the destination repository.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateArtifactsConsumer
Search the artifact repository of known SHA1 Checksums for potential duplicate artifacts.
|
Modifier and Type | Field and Description |
---|---|
private List<KnownRepositoryContentConsumer> |
RepositoryScannerInstance.knownConsumers
Consumers that process known content.
|
private List<KnownRepositoryContentConsumer> |
RepositoryContentConsumers.selectedKnownConsumers |
Modifier and Type | Method and Description |
---|---|
List<KnownRepositoryContentConsumer> |
RepositoryContentConsumers.getAvailableKnownConsumers()
Get the list of
KnownRepositoryContentConsumer objects that are
available and present in the classpath and as components in the IoC. |
List<KnownRepositoryContentConsumer> |
RepositoryContentConsumers.getSelectedKnownConsumers()
Get the list of
KnownRepositoryContentConsumer objects that are
selected according to the active configuration. |
Map<String,KnownRepositoryContentConsumer> |
RepositoryContentConsumers.getSelectedKnownConsumersMap()
Get the map of
String ids to KnownRepositoryContentConsumer implementations,
for those consumers that have been selected according to the active configuration. |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryContentConsumers.releaseSelectedKnownConsumers(List<KnownRepositoryContentConsumer> repositoryContentConsumers) |
RepositoryScanStatistics |
RepositoryScanner.scan(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownContentConsumers,
List<InvalidRepositoryContentConsumer> invalidContentConsumers,
List<String> ignoredContentPatterns,
long changesSince)
Scan the repository for content changes.
|
RepositoryScanStatistics |
DefaultRepositoryScanner.scan(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownContentConsumers,
List<InvalidRepositoryContentConsumer> invalidContentConsumers,
List<String> ignoredContentPatterns,
long changesSince) |
void |
RepositoryContentConsumers.setSelectedKnownConsumers(List<KnownRepositoryContentConsumer> selectedKnownConsumers) |
Constructor and Description |
---|
RepositoryScannerInstance(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownConsumerList,
List<InvalidRepositoryContentConsumer> invalidConsumerList) |
RepositoryScannerInstance(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownContentConsumers,
List<InvalidRepositoryContentConsumer> invalidContentConsumers,
long changesSince) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.