| Modifier and Type | Class and Description |
|---|---|
class |
AppClientScanner
Implementation of the Scanner interface for AppClient
|
class |
RarScanner
Scanner for rar files to file subjars in a directory
|
| Modifier and Type | Method and Description |
|---|---|
ModuleScanner |
ExtensionsArchivist.getScanner()
Returns the scanner for this archivist
|
ModuleScanner |
Archivist.getScanner()
Returns the scanner for this archivist, usually it is the scanner regitered
with the same module type as this archivist, but subclasses can return a
different version
|
| Modifier and Type | Method and Description |
|---|---|
protected ProcessingResult |
Archivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive)
Process annotations in a bundle descriptor, the annoation processing
is dependent on the type of descriptor being passed.
|
protected void |
Archivist.readAnnotations(ReadableArchive archive,
T descriptor,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions,
ModuleScanner scanner) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbInWarScanner |
class |
EjbJarScanner
Implementation of the Scanner interface for Ejb jar.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleScanner |
EjbInWarArchivist.getScanner()
Returns the scanner for this archivist, usually it is the scanner registered
with the same module type as this archivist, but subclasses can return a
different version
|
| Modifier and Type | Class and Description |
|---|---|
class |
WarScanner
Implementation of the Scanner interface for war.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProcessingResult |
EmbeddedWebArchivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive) |
Copyright © 2019. All rights reserved.