@Service @PerLookup public class EjbInWarArchivist extends ExtensionsArchivist
confDDFiles, deplLogger, standardDD| Constructor and Description |
|---|
EjbInWarArchivist() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationDeploymentDescriptorFile> |
getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
RootDeploymentDescriptor |
getDefaultDescriptor() |
ModuleScanner |
getScanner()
Returns the scanner for this archivist, usually it is the scanner registered
with the same module type as this archivist, but subclasses can return a
different version
|
DeploymentDescriptorFile |
getStandardDDFile(RootDeploymentDescriptor descriptor) |
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
|
addExtension, getConfigurationDDFile, open, readRuntimeDeploymentDescriptor, writeRuntimeDeploymentDescriptors, writeStandardDeploymentDescriptorspublic DeploymentDescriptorFile getStandardDDFile(RootDeploymentDescriptor descriptor)
getStandardDDFile in class ExtensionsArchivistpublic List<ConfigurationDeploymentDescriptorFile> getConfigurationDDFiles(RootDeploymentDescriptor descriptor)
getConfigurationDDFiles in class ExtensionsArchivistpublic ModuleScanner getScanner()
getScanner in class ExtensionsArchivistpublic boolean supportsModuleType(ArchiveType moduleType)
supportsModuleType in class ExtensionsArchivistpublic RootDeploymentDescriptor getDefaultDescriptor()
getDefaultDescriptor in class ExtensionsArchivistpublic void writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out) throws IOException
writeDeploymentDescriptors in class ExtensionsArchivistin - the input archiveout - the abstract archive file to write toIOExceptionCopyright © 2017. All rights reserved.