public interface IjModuleFactory
IjModules out of TargetNodes.| Modifier and Type | Method and Description |
|---|---|
IjModule |
createModule(Path moduleBasePath,
com.google.common.collect.ImmutableSet<TargetNode> targetNodes,
Set<Path> excludes)
Create an
IjModule form the supplied parameters. |
IjModule createModule(Path moduleBasePath, com.google.common.collect.ImmutableSet<TargetNode> targetNodes, Set<Path> excludes)
IjModule form the supplied parameters.moduleBasePath - the top-most directory the module is responsible for.targetNodes - set of nodes the module is to be created from.