public final class ModuleXmlBuilder extends 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,
Collection<org.eclipse.aether.graph.Dependency> dependencies)
Default constructor.
|
public static final org.jdom2.Namespace NS
module.xml descriptor.public ModuleXmlBuilder(ExecutionContext context, ModuleDescriptor module, Collection<org.eclipse.aether.graph.Dependency> dependencies)
context - the context and configuration to control the building of XML
files.module - the module to build.dependencies - the dependencies to reference.Copyright © 2013–2019 FuseSource. All rights reserved.