All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
<T extends RootDeploymentDescriptor> void |
addExtension(RootDeploymentDescriptor root,
RootDeploymentDescriptor extension)
Add the extension descriptor to the main descriptor
|
ConfigurationDeploymentDescriptorFile |
getConfigurationDDFile(Archivist main,
RootDeploymentDescriptor descriptor,
ReadableArchive archive) |
abstract List<ConfigurationDeploymentDescriptorFile> |
getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
abstract <T extends RootDeploymentDescriptor> T |
getDefaultDescriptor() |
ModuleScanner |
getScanner()
Returns the scanner for this archivist
|
abstract DeploymentDescriptorFile |
getStandardDDFile(RootDeploymentDescriptor descriptor) |
Object |
open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor)
Read the standard deployment descriptor of the extension
|
Object |
readRuntimeDeploymentDescriptor(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor)
Read the runtime deployment descriptors of the extension
|
abstract boolean |
supportsModuleType(ArchiveType moduleType) |
void |
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 |
writeRuntimeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the runtime deployment descriptors to an abstract archive
|
void |
writeStandardDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
WritableArchive out)
writes the standard deployment descriptors to an abstract archive
|