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

Packages that use RepositoryContentConsumer
org.apache.archiva.consumers   
org.apache.archiva.consumers.core   
org.apache.archiva.consumers.core.repository   
org.apache.archiva.consumers.functors   
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   
org.apache.archiva.web.mocks   
 

Uses of RepositoryContentConsumer in org.apache.archiva.consumers
 

Subinterfaces of RepositoryContentConsumer in org.apache.archiva.consumers
 interface InvalidRepositoryContentConsumer
          Consumer for Invalid Repository Content
 interface KnownRepositoryContentConsumer
          Consumer for Known Repository Content.
 

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

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

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

Uses of RepositoryContentConsumer in org.apache.archiva.consumers.functors
 

Methods in org.apache.archiva.consumers.functors with parameters of type RepositoryContentConsumer
private  boolean ConsumerWantsFilePredicate.wantsFile(RepositoryContentConsumer consumer, String relativePath)
           
 

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

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

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

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

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

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

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

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

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

Method parameters in org.apache.archiva.repository.scanner with type arguments of type RepositoryContentConsumer
private  List<String> DefaultRepositoryScanner.gatherIds(List<? extends RepositoryContentConsumer> consumers)
           
 

Uses of RepositoryContentConsumer in org.apache.archiva.web.mocks
 

Classes in org.apache.archiva.web.mocks that implement RepositoryContentConsumer
 class MockInvalidRepositoryContentConsumer
           
 



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