|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EAPLayer
Method Summary | |
---|---|
EAPModule |
addModule(EAPModule module)
Add a module into the layer. |
EAPModule |
getModule(org.sonatype.aether.artifact.Artifact artifact)
Returns the layer's module. |
EAPModule |
getModule(String ModuleUID)
Returns the layer's module. |
Collection<EAPModule> |
getModules()
The layer modules. |
String |
getName()
The layer name. |
Properties |
getProperties()
The layer properties. |
Method Detail |
---|
String getName()
Properties getProperties()
Collection<EAPModule> getModules()
EAPModule addModule(EAPModule module) throws EAPModulesDefinitionException
EAPModulesDefinitionException
- Error if module is already added in the layer.EAPModule getModule(String ModuleUID)
ModuleUID
- The module UID.
EAPModule getModule(org.sonatype.aether.artifact.Artifact artifact)
artifact
- The artifact that contains the module definition.
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |