Package | Description |
---|---|
org.apache.archiva.consumers |
Provides basic consumers API for Apache Archiva.
|
org.apache.archiva.consumers.core | |
org.apache.archiva.consumers.core.repository | |
org.apache.archiva.consumers.lucene | |
org.apache.archiva.consumers.metadata | |
org.apache.archiva.converter.legacy | |
org.apache.archiva.reports.consumers | |
org.apache.archiva.web.mocks |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryContentConsumer.beginScan(ManagedRepository repository,
Date whenGathered)
Event that triggers at the beginning of a scan.
|
void |
RepositoryContentConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo)
Event that triggers at the beginning of a scan, where you can also indicate whether the consumers will be
executed on an entire repository or on a specific resource.
|
void |
RepositoryContentConsumer.processFile(String path)
Event indicating a file is to be processed by this consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateChecksumConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
AutoRenameConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
AutoRemoveConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
MetadataUpdaterConsumer.beginScan(ManagedRepository repoConfig,
Date whenGathered) |
void |
ArtifactMissingChecksumsConsumer.beginScan(ManagedRepository repo,
Date whenGathered) |
void |
ValidateChecksumConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
AutoRenameConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
AutoRemoveConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
MetadataUpdaterConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
ArtifactMissingChecksumsConsumer.beginScan(ManagedRepository repo,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
ValidateChecksumConsumer.processFile(String path) |
void |
AutoRenameConsumer.processFile(String path) |
void |
AutoRemoveConsumer.processFile(String path) |
void |
MetadataUpdaterConsumer.processFile(String path) |
void |
ArtifactMissingChecksumsConsumer.processFile(String path) |
void |
AutoRenameConsumer.processFile(String path,
boolean executeOnEntireRepo) |
void |
AutoRemoveConsumer.processFile(String path,
boolean executeOnEntireRepo) |
void |
ArtifactMissingChecksumsConsumer.processFile(String path,
boolean executeOnEntireRepo) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryPurgeConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
RepositoryPurgeConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
RepositoryPurgeConsumer.processFile(String path) |
Modifier and Type | Method and Description |
---|---|
void |
NexusIndexerConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
NexusIndexerConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
private org.apache.maven.index.context.IndexingContext |
NexusIndexerConsumer.getIndexingContext() |
void |
NexusIndexerConsumer.processFile(String path) |
Modifier and Type | Method and Description |
---|---|
void |
ArchivaMetadataCreationConsumer.beginScan(ManagedRepository repo,
Date whenGathered) |
void |
ArchivaMetadataCreationConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
ArchivaMetadataCreationConsumer.processFile(String path) |
void |
ArchivaMetadataCreationConsumer.processFile(String path,
boolean executeOnEntireRepo) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyConverterArtifactConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
LegacyConverterArtifactConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
LegacyConverterArtifactConsumer.processFile(String path) |
Modifier and Type | Method and Description |
---|---|
void |
DuplicateArtifactsConsumer.beginScan(ManagedRepository repo,
Date whenGathered) |
void |
DuplicateArtifactsConsumer.beginScan(ManagedRepository repo,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
DuplicateArtifactsConsumer.processFile(String path) |
void |
DuplicateArtifactsConsumer.processFile(String path,
boolean executeOnEntireRepo) |
Modifier and Type | Method and Description |
---|---|
void |
MockInvalidRepositoryContentConsumer.beginScan(ManagedRepository repository,
Date whenGathered) |
void |
MockInvalidRepositoryContentConsumer.beginScan(ManagedRepository repository,
Date whenGathered,
boolean executeOnEntireRepo) |
void |
MockInvalidRepositoryContentConsumer.processFile(String path) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.