| Package | Description |
|---|---|
| org.glassfish.api.container | |
| org.glassfish.api.deployment | |
| org.glassfish.api.deployment.archive |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
Sniffer.getDeploymentConfigurations(ReadableArchive source)
Returns a map of deployment configurations for this Sniffer from the
specific archive source.
|
boolean |
Sniffer.handles(ReadableArchive source)
Returns true if the passed file or directory is recognized by this
sniffer.
|
| Modifier and Type | Method and Description |
|---|---|
ReadableArchive |
DeploymentContext.getOriginalSource()
Gets the original source archive
In case of archive deployment, this will return the archive before
expanding.
|
ReadableArchive |
DeploymentContext.getSource()
Application bits, at the raw level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadableArchiveAdapter
A lot of methods need to be written in order to implement
ReadableArchive.
|
| Modifier and Type | Method and Description |
|---|---|
ReadableArchive |
ReadableArchiveAdapter.getParentArchive() |
ReadableArchive |
ReadableArchive.getParentArchive()
get the parent archive of this archive
|
ReadableArchive |
ReadableArchiveAdapter.getSubArchive(String arg0) |
ReadableArchive |
ReadableArchive.getSubArchive(String name)
Returns an instance of this archive abstraction for an embedded
archive within this archive.
|
ReadableArchive |
ReadableArchiveFactory.open(URI archivePath,
DeployCommandParameters commandProperties)
Gives a ReadableArchive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeHandler.accept(ReadableArchive source,
String entryName) |
void |
ArchiveHandler.expand(ReadableArchive source,
WritableArchive target,
DeploymentContext context)
Prepares the jar file to a format the ApplicationContainer is
expecting.
|
List<URI> |
ArchiveHandler.getClassPathURIs(ReadableArchive archive)
Returns the classpath URIs for this archive.
|
String |
ArchiveHandler.getDefaultApplicationName(ReadableArchive archive)
Returns the default name by which the specified archive can be
identified.
|
String |
ArchiveHandler.getDefaultApplicationName(ReadableArchive archive,
DeploymentContext context) |
Manifest |
ArchiveHandler.getManifest(ReadableArchive archive)
Returns the manifest file for this archive, this file is usually located at
the META-INF/MANIFEST location, however, certain archive type can change this
default location or use another mean of expressing manifest information.
|
String |
ArchiveHandler.getVersionIdentifier(ReadableArchive archive)
Returns the version identifier by which the specified archive can be
deployed.
|
boolean |
ArchiveHandler.handles(ReadableArchive archive)
Returns true if this handler understands the specified archive and
can process it.
|
boolean |
ArchiveDetector.handles(ReadableArchive archive)
This method is used to detect the archive type.
|
boolean |
ArchiveHandler.requiresAnnotationScanning(ReadableArchive archive)
Returns whether this archive requires annotation scanning.
|
void |
ReadableArchiveAdapter.setParentArchive(ReadableArchive parentArchive) |
void |
ReadableArchive.setParentArchive(ReadableArchive parentArchive)
set the parent archive for this archive
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.