All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
List<ConfigurationDeploymentDescriptorFile> |
getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
<T extends RootDeploymentDescriptor> T |
getDefaultDescriptor() |
protected static Map<String,ReadableArchive> |
getProbablePersistenceRoots(ReadableArchive parentArchive,
PersistenceArchivist.SubArchivePURootScanner subArchivePURootScanner)
Gets probable persitence roots from given parentArchive using given subArchiveRootScanner
|
protected String |
getPuRoot(ReadableArchive archive) |
DeploymentDescriptorFile |
getStandardDDFile(RootDeploymentDescriptor descriptor) |
static boolean |
isProbablePuRootJar(String path) |
Object |
open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor)
Read the standard deployment descriptor of the extension
|
protected PersistenceUnitsDescriptor |
readPersistenceDeploymentDescriptor(Archivist main,
ReadableArchive subArchive,
String puRoot,
RootDeploymentDescriptor descriptor) |
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
|