@Deprecated public class AppModuleGenerator extends Object implements ModuleGenerator
| Constructor and Description |
|---|
AppModuleGenerator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Module module,
org.jdom2.Element parent)
Deprecated.
Generate JDOM element for module and add it to parent element
|
Set<org.jdom2.Namespace> |
getNamespaces()
Deprecated.
Get namespaces associated with this module
|
String |
getNamespaceUri()
Deprecated.
Returns the namespace URI this generator handles.
|
public String getNamespaceUri()
ModuleGeneratorgetNamespaceUri in interface ModuleGeneratorpublic Set<org.jdom2.Namespace> getNamespaces()
getNamespaces in interface ModuleGeneratorpublic void generate(Module module, org.jdom2.Element parent)
generate in interface ModuleGeneratormodule - the module to inject into the XML node (JDOM element).parent - the XML node into which module meta-data will be injected.Copyright © 2025. All rights reserved.