| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
RarDetector.getArchiveHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
RarHandler
Archive handler for resource-adapters
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveHandler
Common methods for ArchiveHandler implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
WarHandler
Implementation of the ArchiveHandler for war files.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
ApplicationLifecycle.DeploymentContextBuidlerImpl.archiveHandler() |
ArchiveHandler |
ApplicationLifecycle.getArchiveHandler(ReadableArchive archive)
Returns the ArchiveHandler for the passed archive abstraction or null
if there are none.
|
ArchiveHandler |
ApplicationLifecycle.getArchiveHandler(ReadableArchive archive,
String type)
Returns the ArchiveHandler for the passed archive abstraction or null
if there are none.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.DeploymentContextBuilder |
ApplicationLifecycle.DeploymentContextBuidlerImpl.archiveHandler(ArchiveHandler handler) |
Collection<? extends Sniffer> |
ApplicationLifecycle.getSniffers(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
List<EngineInfo> |
ApplicationLifecycle.setupContainerInfos(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
DeploymentContext.getArchiveHandler()
Returns the archive handler that's associated with this context
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArchiveHandler> |
DeploymentContext.getModuleArchiveHandlers()
Gets the archive handlers for modules
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeHandler
Composite handlers are just like any other ArchiveHandler except they
get a chance at looking at the archive before the archive handlers do
The main reason for this tag interface is that some archive handlers might
be tricked into thinking a composite archive is theirs when in fact they only
own a part of it.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
ArchiveDetector.getArchiveHandler()
Return a ArchiveHandler that can handle the archive recognised by this ArchiveDetector.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
CarDetector.getArchiveHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
CarHandler |
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
DeploymentContextImpl.getArchiveHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArchiveHandler> |
DeploymentContextImpl.getModuleArchiveHandlers()
Gets the archive handlers for modules
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentContextImpl.createApplicationClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler) |
void |
DeploymentContextImpl.createDeploymentClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler) |
void |
DeploymentContextImpl.setArchiveHandler(ArchiveHandler archiveHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbJarHandler |
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
EjbJarDetector.getArchiveHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiArchiveHandler
Archive Handler for OSGi modules.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
OSGiArchiveDetector.getArchiveHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericHandler
Pretty generic implementation of some ArchiveHandler methods
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
Deployment.DeploymentContextBuilder.archiveHandler() |
ArchiveHandler |
Deployment.getArchiveHandler(ReadableArchive archive) |
ArchiveHandler |
Deployment.getArchiveHandler(ReadableArchive archive,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Deployment.DeploymentContextBuilder |
Deployment.DeploymentContextBuilder.archiveHandler(ArchiveHandler handler) |
void |
ExtendedDeploymentContext.createApplicationClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler)
Create the final class loader.
|
void |
ExtendedDeploymentContext.createDeploymentClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler)
Create the deployment class loader.
|
Collection<? extends Sniffer> |
Deployment.getSniffers(ArchiveHandler archiveHandler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
void |
ExtendedDeploymentContext.setArchiveHandler(ArchiveHandler archiveHandler)
Sets the archive handler that's associated with this context
|
List<EngineInfo> |
Deployment.setupContainerInfos(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
EarHandler |
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
EarDetector.getArchiveHandler() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveHandler |
WarDetector.getArchiveHandler() |
Copyright © 2017. All rights reserved.