public static class AbstractScannerImpl.ArchiveContextImpl extends Object implements ArchiveContext
| 构造器和说明 |
|---|
ArchiveContextImpl(boolean isRootUrl,
ScanResultCollector scanResultCollector) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isRootUrl()
Is the archive described (and being visited) the root url for the persistence-unit?
|
ArchiveEntryHandler |
obtainArchiveEntryHandler(ArchiveEntry entry)
Get the handler for the given entry, which generally is indicated by the entry type (a
.class file, a
mapping file, etc). |
public ArchiveContextImpl(boolean isRootUrl,
ScanResultCollector scanResultCollector)
public boolean isRootUrl()
ArchiveContextisRootUrl 在接口中 ArchiveContexttrue if it is the root urlpublic ArchiveEntryHandler obtainArchiveEntryHandler(ArchiveEntry entry)
ArchiveContext.class file, a
mapping file, etc).obtainArchiveEntryHandler 在接口中 ArchiveContextentry - The archive entryCopyright © 2020. All rights reserved.