public abstract class AbstractScannerImpl extends Object implements Scanner
Modifier and Type | Class and Description |
---|---|
static class |
AbstractScannerImpl.ArchiveContextImpl |
protected static class |
AbstractScannerImpl.ArchiveDescriptorInfo |
Modifier | Constructor and Description |
---|---|
protected |
AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory) |
Modifier and Type | Method and Description |
---|---|
protected URL |
resolveNonRootUrl(URL url)
Handle
|
ScanResult |
scan(ScanEnvironment environment,
ScanOptions options,
ScanParameters parameters)
Perform the scanning against the described environment using the
defined options, and return the scan results.
|
protected void |
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo descriptor,
boolean root) |
protected AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory)
public ScanResult scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
Scanner
protected URL resolveNonRootUrl(URL url)
url
- protected void validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo descriptor, boolean root)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.