Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.ejb.manager | |
com.caucho.env.jpa | |
com.caucho.loader.enhancer |
Modifier and Type | Method and Description |
---|---|
ScanClass |
AmberContainer.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers) |
Modifier and Type | Method and Description |
---|---|
ScanClass |
EjbManager.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers) |
Modifier and Type | Method and Description |
---|---|
ScanClass |
PersistenceManager.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScanClass
Interface for a scanned class.
|
class |
ScanClassAllow
Interface for a scanned class.
|
Modifier and Type | Field and Description |
---|---|
static ScanClass |
ScanClassAllow.ALLOW |
Modifier and Type | Method and Description |
---|---|
ScanClass |
ScanListener.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String name,
int modifiers)
Returns the state when scanning the class
|