public abstract class AbstractJavaArtifactArchiveEntryHandler extends Object implements ArchiveEntryHandler
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractJavaArtifactArchiveEntryHandler(ScanOptions scanOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
isListedOrDetectable(ArchiveContext context,
                    String name)
Check to see if the incoming name (class/package name) is either:
     explicitly listed in a  
<class/> entry within the <persistence-unit/>
     whether the scan options indicate that we are allowed to detect this entry
  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleEntryprotected AbstractJavaArtifactArchiveEntryHandler(ScanOptions scanOptions)
protected boolean isListedOrDetectable(ArchiveContext context, String name)
<class/> entry within the <persistence-unit/>context - Information about the archive.  Mainly whether it is the root of the PUname - The class/package nametrue if the named class/package is either detectable or explicitly listed; false
 otherwise.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.