public abstract class AbstractScannerImpl extends Object implements Scanner
Modifier and Type | Class and Description |
---|---|
static class |
AbstractScannerImpl.ArchiveContextImpl |
protected static class |
AbstractScannerImpl.ArchiveDescriptorInfo |
protected static interface |
AbstractScannerImpl.ArchiveEntryHandlers |
static class |
AbstractScannerImpl.ResultCollector |
Modifier | Constructor and Description |
---|---|
protected |
AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
scan(PersistenceUnitDescriptor persistenceUnit,
ScanOptions scanOptions)
Perform the scanning against the described persistence unit using the defined options, and return the scan
results.
|
protected void |
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo descriptor,
boolean root,
ScanOptions options) |
protected AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory)
public ScanResult scan(PersistenceUnitDescriptor persistenceUnit, ScanOptions scanOptions)
Scanner
protected void validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo descriptor, boolean root, ScanOptions options)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.