public final class ModuleBuilder extends Object
| Constructor and Description |
|---|
ModuleBuilder(ExecutionContext context,
ModuleDescriptor module,
Collection<org.eclipse.aether.graph.Dependency> dependencies)
Default constructor.
|
public ModuleBuilder(ExecutionContext context, ModuleDescriptor module, Collection<org.eclipse.aether.graph.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.public void create()
throws IOException
IOException - on any problem creating the module in the given base
directory.Copyright © 2013–2019 FuseSource. All rights reserved.