public final class ModuleXmlBuilder
extends java.lang.Object
module.xml descriptors for JBoss modules.| Modifier and Type | Field and Description |
|---|---|
static org.jdom2.Namespace |
NS
The default namespace for the
module.xml descriptor. |
| Constructor and Description |
|---|
ModuleXmlBuilder(ExecutionContext context,
ModuleDescriptor module,
java.util.Collection<Dependency> dependencies)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
build()
Builds the document.
|
public static final org.jdom2.Namespace NS
module.xml descriptor.public ModuleXmlBuilder(ExecutionContext context, ModuleDescriptor module, java.util.Collection<Dependency> dependencies)
context - the context and configuration to control the building of XML
files.module - the module to build.dependencies - the dependencies to reference.