| Package | Description |
|---|---|
| org.glassfish.api.deployment | |
| org.glassfish.api.deployment.archive |
| 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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.