| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReadableArchive
Common methods for ReadableArchive implementations
|
class |
FileArchive
This implementation of the Archive interface maps to a directory/file
structure.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileArchive.StaleFileManager.Util.markDeletedArchive(Archive archive)
Creates a marker file in the archive directory - if it still
exists and contains any stale files.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Archivist.getLibraries(Archive archive) |
protected String |
Archivist.getUniqueEntryFilenameFor(Archive archive,
String trialName) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentPlanArchive
This Archive offers an abstraction for jsr88
deployment plan as defined for the SJES Application
Server.
|
class |
InputJarArchive
This implementation of the Archive deal with reading
jar files either from a JarFile or from a JarInputStream
|
class |
JarArchive
This abstract class contains all common implementation of the
Archive/WritableArchive interfaces for Jar files
|
class |
MemoryMappedArchive |
class |
MultiReadableArchive
Implements ReadableArchive based on multiple underlying ReadableArchives,
each of which will be processed in order when looking up entries, finding
the manifest, etc.
|
class |
OutputJarArchive
Provides an implementation of the Archive that maps to
a Jar file @see java.util.jar.JarFile
|
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.deploy.spi.status.ProgressObject |
DeploymentManager.distribute(javax.enterprise.deploy.spi.Target[] targetList,
Archive moduleArchive,
Archive deploymentPlan,
Object deploymentOptions)
The distribute method performs three tasks; it validates the
deployment configuration data, generates all container specific
classes and interfaces, and moves the fully baked archive to
the designated deployment targets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeArchive
A composite archive is a readable archive that hides the sub archives.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadableArchive
Interface for implementing read access to an underlying archive on a unspecified medium
|
interface |
WritableArchive
Interface for implementing write access to an underlying archive on a unspecified medium
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadableArchiveAdapter
A lot of methods need to be written in order to implement
ReadableArchive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPInputArchive
Implements ReadableArchive for the http (and https) protocol to support
launches of app clients using Java Web Start.
|
class |
HTTPSInputArchive
Implements ReadableArchive for the https protocol to support
launches of app clients using Java Web Start.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
SunDeploymentManager.getArchive(URI path,
String name)
Creates a new instance of Archive which can be used to
store application elements in a layout that can be directly used by
the application server.
|
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.deploy.spi.status.ProgressObject |
SunDeploymentManager.distribute(javax.enterprise.deploy.spi.Target[] targetList,
Archive moduleArchive,
Archive deploymentPlan,
Object deploymentOptions)
The distribute method performs three tasks; it validates the
deployment configuration data, generates all container specific
classes and interfaces, and moves the fully baked archive to
the designated deployment targets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigBeanArchive
This class act as an ReadableArchive implementation, delegating all possible
APIs to the JSR88 DeployObject object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ModuleExploder.explodeModule(Archive source,
File directory,
boolean preserveManifest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScatteredArchive
Abstraction for a scattered archive (parts disseminated in various directories)
|
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
WebArchivist.getLibraries(Archive archive) |
Copyright © 2019. All rights reserved.