| Modifier and Type | Class and Description |
|---|---|
class |
FileArchive
This implementation of the Archive interface maps to a directory/file
structure.
|
| Modifier and Type | Method and Description |
|---|---|
WritableArchive |
ArchiveFactory.createArchive(File path) |
WritableArchive |
ArchiveFactory.createArchive(String protocol,
File path) |
WritableArchive |
ArchiveFactory.createArchive(String protocol,
URI path) |
WritableArchive |
ArchiveFactory.createArchive(URI path)
Creates a new archivist using the URL as the path.
|
WritableArchive |
FileArchive.createSubArchive(String name)
create or obtain an embedded archive within this abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileArchive.closeEntry(WritableArchive subArchive)
Close a previously returned sub archive
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Archivist.addFileToArchive(WritableArchive archive,
String filePath,
String entryName)
add a file to an output abstract archive
|
void |
Archivist.copyAnEntry(ReadableArchive in,
WritableArchive out,
String entryName) |
void |
Archivist.copyExtraElements(ReadableArchive in,
WritableArchive out) |
void |
ApplicationArchivist.copyInto(Application a,
ReadableArchive source,
WritableArchive target)
Copy this archivist to a new abstract archive
|
void |
ApplicationArchivist.copyInto(Application a,
ReadableArchive source,
WritableArchive target,
boolean overwriteManifest)
Copy this archivist to a new abstract archive
|
void |
ApplicationArchivist.copyInto(ReadableArchive source,
WritableArchive target)
Copy this archivist to a new abstract archive
|
void |
Archivist.copyInto(ReadableArchive source,
WritableArchive target)
Copy source archivist to a target abstract archive.
|
void |
Archivist.copyInto(ReadableArchive source,
WritableArchive target,
boolean overwriteManifest)
Copy source archivist to a target abstract archive.
|
void |
Archivist.copyInto(ReadableArchive source,
WritableArchive target,
Vector entriesToSkip)
Copy source archivist to a target abstract archive.
|
void |
Archivist.copyInto(ReadableArchive source,
WritableArchive target,
Vector entriesToSkip,
boolean overwriteManifest)
Copy this archivist to a new abstract archive
|
void |
Archivist.copyInto(WritableArchive target)
Copy this archivist to a new abstract archive
|
protected void |
Archivist.copyJarElements(ReadableArchive in,
WritableArchive out,
Vector ignoreList)
copy all contents of a jar file to a new jar file except
for all the deployment descriptors files
|
void |
Archivist.copyStandardDeploymentDescriptors(ReadableArchive in,
WritableArchive out) |
void |
DescriptorArchivist.write(Application application,
ReadableArchive in,
WritableArchive out)
writes an application deployment descriptors
|
protected void |
DescriptorArchivist.write(BundleDescriptor bundle,
Archivist archivist,
ReadableArchive in,
WritableArchive out)
writes a bundle descriptor
|
void |
Archivist.write(ReadableArchive in,
WritableArchive out) |
protected void |
ApplicationArchivist.writeContents(ReadableArchive in,
WritableArchive out)
writes the content of an archive to a JarFile
|
protected void |
Archivist.writeContents(ReadableArchive in,
WritableArchive out)
writes the content of an archive to another archive
|
protected void |
AppClientArchivist.writeContents(ReadableArchive in,
WritableArchive out,
Vector entriesToSkip)
writes the content of an archive to a JarFile
|
protected void |
Archivist.writeContents(ReadableArchive in,
WritableArchive out,
Vector entriesToSkip)
writes the content of an archive to a JarFile
|
protected void |
Archivist.writeContents(WritableArchive out)
writes the content of an archive to a JarFile
|
void |
PersistenceArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
ExtensionsArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
Archivist.writeDeploymentDescriptors(ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
Archivist.writeExtensionDeploymentDescriptors(ReadableArchive in,
WritableArchive out)
Write extension descriptors
|
void |
ExtensionsArchivist.writeRuntimeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the runtime deployment descriptors to an abstract archive
|
void |
Archivist.writeRuntimeDeploymentDescriptors(ReadableArchive in,
WritableArchive out)
writes the runtime deployment descriptors to an abstract archive
|
void |
ExtensionsArchivist.writeStandardDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
WritableArchive out)
writes the standard deployment descriptors to an abstract archive
|
void |
Archivist.writeStandardDeploymentDescriptors(WritableArchive out)
writes the standard deployment descriptors to an abstract archive
|
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
WritableArchive |
OutputJarArchive.createSubArchive(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputJarArchive.closeEntry(WritableArchive subArchive)
Close a previously returned sub archive
|
| Modifier and Type | Method and Description |
|---|---|
WritableArchive |
DeploymentManager.getArchive(URI path,
String name)
Creates a new instance of WritableArchive 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 |
|---|---|
WritableArchive |
WritableArchive.createSubArchive(String name)
Returns an instance of this archive abstraction for an embedded
archive within this archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WritableArchive.closeEntry(WritableArchive subArchive)
Close a previously returned sub archive
|
void |
ArchiveHandler.expand(ReadableArchive source,
WritableArchive target,
DeploymentContext context)
Prepares the jar file to a format the ApplicationContainer is
expecting.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DeploymentUtils.expand(ReadableArchive source,
WritableArchive target)
Expand an archive to a directory
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbInWarArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
| Modifier and Type | Method and Description |
|---|---|
void |
OSGiArchiveHandler.expand(ReadableArchive source,
WritableArchive target,
DeploymentContext context)
Overriding the expand method of base class(GenericHandler) in order to
support allowing wrapping of non-OSGi bundles when --type=osgi option is
used in deploy command or GUI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericHandler.expand(ReadableArchive source,
WritableArchive target,
DeploymentContext context)
Prepares the jar file to a format the ApplicationContainer is
expecting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EarHandler.expand(ReadableArchive source,
WritableArchive target,
DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServicesArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
Copyright © 2017. All rights reserved.