public final class ModuleBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ModuleBuilder(ExecutionContext context,
ModuleDescriptor module,
java.util.Collection<Dependency> dependencies)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Creates the module.
|
public ModuleBuilder(ExecutionContext context, ModuleDescriptor module, java.util.Collection<Dependency> dependencies)
context - the configuration to control the building of the modules
archive.module - the descriptor of the module to build.dependencies - the dependencies that are part of this module.