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 | Interface and Description |
---|---|
interface |
InvalidRepositoryContentConsumer
Consumer for Invalid Repository Content
|
interface |
KnownRepositoryContentConsumer
Consumer for Known Repository Content.
|
interface |
RepositoryContentConsumer
A consumer of content (files) in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitoredConsumer
AbstractMonitoredConsumer
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerMonitor.consumerError(Consumer consumer,
String type,
String message)
A consumer error event.
|
void |
ConsumerMonitor.consumerInfo(Consumer consumer,
String message)
A consumer informational event.
|
void |
ConsumerMonitor.consumerWarning(Consumer consumer,
String type,
String message)
A consumer warning event.
|
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 | Class and Description |
---|---|
class |
MockInvalidRepositoryContentConsumer |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.