| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor<BundleDescriptor> |
Application.getModuleDescriptorByUri(String uri)
Lookup module by uri.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModuleDescriptor<BundleDescriptor>> |
Application.getModuleDescriptorsByType(ArchiveType type)
Lookup module by uri.
|
Set<ModuleDescriptor<BundleDescriptor>> |
Application.getModules()
Obtain a full set of module descriptors
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addModule(ModuleDescriptor<BundleDescriptor> descriptor) |
static Application |
Application.createVirtualApplication(String name,
ModuleDescriptor<BundleDescriptor> newModule)
Creates a new application to hold a standalone module
|
void |
Application.removeModule(ModuleDescriptor<BundleDescriptor> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EARBasedPersistenceHelper.isComponentJar(String jarName,
Set<ModuleDescriptor<BundleDescriptor>> moduleDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ModuleNode.writeDescriptor(Node parent,
String nodeName,
ModuleDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DOLUtils.setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat,
ReadableArchive archive,
ModuleDescriptor md,
Application app,
Archivist subArchivist)
Sets the class for processing an archive on a subarchive
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.getMainClassNameForAppClient(ModuleDescriptor moduleDescr)
Returns the main class name for the app client represented by the module descriptor.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModuleDescriptor |
RootDeploymentDescriptor.moduleDescriptor
contains the information for this module (like it's module name)
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor |
RootDeploymentDescriptor.getModuleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
RootDeploymentDescriptor.setModuleDescriptor(ModuleDescriptor descriptor)
Sets the module descriptor for this bundle
|
Copyright © 2017. All rights reserved.