org.kie.integration.eap.maven.builder
Class EAPModulesFlatGraphBuilder
java.lang.Object
org.kie.integration.eap.maven.builder.EAPModulesFlatGraphBuilder
- All Implemented Interfaces:
- EAPModulesGraphBuilder
@Component(role=EAPModulesGraphBuilder.class,
hint="flat")
public class EAPModulesFlatGraphBuilder
- extends Object
- implements EAPModulesGraphBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPModulesFlatGraphBuilder
public EAPModulesFlatGraphBuilder()
build
public EAPModulesGraph build(String distributionName,
EAPLayer layer)
- Description copied from interface:
EAPModulesGraphBuilder
- Builds a modules graph model from a given layer.
- Specified by:
build
in interface EAPModulesGraphBuilder
- Parameters:
distributionName
- The distribution name.layer
- The static modules layer source for building the resulting modules graph.
- Returns:
- The modules graph model.
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.