public interface ArchiveContext
Modifier and Type | Method and Description |
---|---|
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). |
boolean isRootUrl()
true
if it is the root urlArchiveEntryHandler obtainArchiveEntryHandler(ArchiveEntry entry)
.class
file, a
mapping file, etc).entry
- The archive entryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.