|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kie.integration.eap.maven.model.layer.EAPLayerImpl
public class EAPLayerImpl
Constructor Summary | |
---|---|
EAPLayerImpl(String name)
|
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. |
void |
setModules(Map<String,EAPModule> modules)
|
void |
setName(String name)
|
void |
setProperties(Properties properties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EAPLayerImpl(String name)
Method Detail |
---|
public EAPModule addModule(EAPModule module) throws EAPModulesDefinitionException
EAPLayer
addModule
in interface EAPLayer
EAPModulesDefinitionException
- Error if module is already added in the layer.public EAPModule getModule(String moduleUID)
EAPLayer
getModule
in interface EAPLayer
moduleUID
- The module UID.
public EAPModule getModule(org.sonatype.aether.artifact.Artifact artifact)
EAPLayer
getModule
in interface EAPLayer
artifact
- The artifact that contains the module definition.
public String getName()
EAPLayer
getName
in interface EAPLayer
public void setName(String name)
public Properties getProperties()
EAPLayer
getProperties
in interface EAPLayer
public void setProperties(Properties properties)
public Collection<EAPModule> getModules()
EAPLayer
getModules
in interface EAPLayer
public void setModules(Map<String,EAPModule> modules)
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |