Package | Description |
---|---|
org.apache.archiva.repository.scanner | |
org.apache.archiva.web.mocks |
Modifier and Type | Field and Description |
---|---|
private List<InvalidRepositoryContentConsumer> |
RepositoryScannerInstance.invalidConsumers
Consumers that process unknown/invalid content.
|
private List<InvalidRepositoryContentConsumer> |
RepositoryContentConsumers.selectedInvalidConsumers |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
RepositoryScannerInstance(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownConsumerList,
List<InvalidRepositoryContentConsumer> invalidConsumerList) |
RepositoryScannerInstance(ManagedRepository repository,
List<KnownRepositoryContentConsumer> knownContentConsumers,
List<InvalidRepositoryContentConsumer> invalidContentConsumers,
long changesSince) |
Modifier and Type | Class and Description |
---|---|
class |
MockInvalidRepositoryContentConsumer |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.