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

Packages that use InvalidRepositoryContentConsumer
org.apache.archiva.repository.scanner   
org.apache.archiva.web.mocks   
 

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

Fields in org.apache.archiva.repository.scanner with type parameters of type InvalidRepositoryContentConsumer
private  List<InvalidRepositoryContentConsumer> RepositoryScannerInstance.invalidConsumers
          Consumers that process unknown/invalid content.
private  List<InvalidRepositoryContentConsumer> RepositoryContentConsumers.selectedInvalidConsumers
           
 

Methods in org.apache.archiva.repository.scanner that return types with arguments of type InvalidRepositoryContentConsumer
 List<InvalidRepositoryContentConsumer> RepositoryContentConsumers.getAvailableInvalidConsumers()
          Get the list of InvalidRepositoryContentConsumer objects that are available and present in the classpath and as components in the IoC.
 List<InvalidRepositoryContentConsumer> RepositoryContentConsumers.getSelectedInvalidConsumers()
          Get the list of InvalidRepositoryContentConsumer objects that are selected according to the active configuration.
 Map<String,InvalidRepositoryContentConsumer> RepositoryContentConsumers.getSelectedInvalidConsumersMap()
          Get the map of String ids to InvalidRepositoryContentConsumer 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 InvalidRepositoryContentConsumer
 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.setSelectedInvalidConsumers(List<InvalidRepositoryContentConsumer> selectedInvalidConsumers)
           
 

Constructor parameters in org.apache.archiva.repository.scanner with type arguments of type InvalidRepositoryContentConsumer
RepositoryScannerInstance(ManagedRepository repository, List<KnownRepositoryContentConsumer> knownConsumerList, List<InvalidRepositoryContentConsumer> invalidConsumerList)
           
RepositoryScannerInstance(ManagedRepository repository, List<KnownRepositoryContentConsumer> knownContentConsumers, List<InvalidRepositoryContentConsumer> invalidContentConsumers, long changesSince)
           
 

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

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



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