Uses of Interface
org.apache.archiva.consumers.KnownRepositoryContentConsumer

Packages that use KnownRepositoryContentConsumer
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.repository.scanner   
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.consumers.core
 

Classes in org.apache.archiva.consumers.core that implement KnownRepositoryContentConsumer
 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.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.consumers.core.repository
 

Classes in org.apache.archiva.consumers.core.repository that implement KnownRepositoryContentConsumer
 class RepositoryPurgeConsumer
          Consumer for removing old snapshots in the repository based on the criteria specified by the user.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.consumers.lucene
 

Classes in org.apache.archiva.consumers.lucene that implement KnownRepositoryContentConsumer
 class NexusIndexerConsumer
          Consumer for indexing the repository to provide search and IDE integration features.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.consumers.metadata
 

Classes in org.apache.archiva.consumers.metadata that implement KnownRepositoryContentConsumer
 class ArchivaMetadataCreationConsumer
          Take an artifact off of disk and put it into the metadata repository.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.converter.legacy
 

Classes in org.apache.archiva.converter.legacy that implement KnownRepositoryContentConsumer
 class LegacyConverterArtifactConsumer
          LegacyConverterArtifactConsumer - convert artifacts as they are found into the destination repository.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.reports.consumers
 

Classes in org.apache.archiva.reports.consumers that implement KnownRepositoryContentConsumer
 class DuplicateArtifactsConsumer
          Search the artifact repository of known SHA1 Checksums for potential duplicate artifacts.
 

Uses of KnownRepositoryContentConsumer in org.apache.archiva.repository.scanner
 

Fields in org.apache.archiva.repository.scanner with type parameters of type KnownRepositoryContentConsumer
private  List<KnownRepositoryContentConsumer> RepositoryScannerInstance.knownConsumers
          Consumers that process known content.
private  List<KnownRepositoryContentConsumer> RepositoryContentConsumers.selectedKnownConsumers
           
 

Methods in org.apache.archiva.repository.scanner that return types with arguments of type KnownRepositoryContentConsumer
 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.
 

Method parameters in org.apache.archiva.repository.scanner with type arguments of type KnownRepositoryContentConsumer
 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 parameters in org.apache.archiva.repository.scanner with type arguments of type KnownRepositoryContentConsumer
RepositoryScannerInstance(ManagedRepository repository, List<KnownRepositoryContentConsumer> knownConsumerList, List<InvalidRepositoryContentConsumer> invalidConsumerList)
           
RepositoryScannerInstance(ManagedRepository repository, List<KnownRepositoryContentConsumer> knownContentConsumers, List<InvalidRepositoryContentConsumer> invalidContentConsumers, long changesSince)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.