|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Component(role=EAPTemplateBuilder.class) public interface EAPTemplateBuilder
Method Summary | |
---|---|
String |
buildDynamicModuleAssembly(EAPAssemblyTemplate assemblyTemplate)
Build the assembly descriptor file for a given dynamic module. |
String |
buildDynamicModuleDependency(String name)
Build the jboss-all.xml descriptor to add a dependency from a dynamic module to another one. |
String |
buildGlobalAssembly(String layerId,
String[] formats,
String layerDescriptorFilePath,
String[] componentDescriptorsFilePaths)
Builds the assembly descriptor file from a template. |
String |
buildJbossDeploymentStructure(Collection<? extends EAPModuleGraphNodeDependency> dependencies)
Build the jboss deployment structure descriptor file for a given dynamic module (jboss-deployment-structure.xml) |
String |
buildLayersConfiguration(EAPModulesGraph graph)
Builds the layers.conf file from a template. |
String |
buildModuleAssemblyComponent(EAPModuleGraphNode node,
String moduleDescriptorPath,
String outputPath)
Build the assembly component descriptor file for a given static module. |
String |
buildModuleDescriptor(EAPModuleGraphNode graph)
Build the module descriptor file for a given static module (module.xml) |
Method Detail |
---|
String buildLayersConfiguration(EAPModulesGraph graph)
graph
- The modules graph.
String buildGlobalAssembly(String layerId, String[] formats, String layerDescriptorFilePath, String[] componentDescriptorsFilePaths)
layerId
- The layer if.formats
- The assembly formats to generate.layerDescriptorFilePath
- The path for the generated layer descriptor file.componentDescriptorsFilePaths
- The path for the generated assembly components descriptors (one for each module to assemble).
String buildModuleAssemblyComponent(EAPModuleGraphNode node, String moduleDescriptorPath, String outputPath)
node
- The module graph node.moduleDescriptorPath
- The path for the generated assembly component descriptor file.outputPath
- The output path to generate the files.
String buildModuleDescriptor(EAPModuleGraphNode graph)
graph
- The module graph node.
String buildJbossDeploymentStructure(Collection<? extends EAPModuleGraphNodeDependency> dependencies)
dependencies
- The dynamic module dependencies to add in the generated jboss deployment structure.
String buildDynamicModuleAssembly(EAPAssemblyTemplate assemblyTemplate)
assemblyTemplate
- The assembly model.
String buildDynamicModuleDependency(String name)
name
- The dependant module name.
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |