|
KIE EAP - Maven plugin 6.2.0.Beta3 | |||||||||
| 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 EAPLayerEAPModulesDefinitionException - Error if module is already added in the layer.public EAPModule getModule(String moduleUID)
EAPLayer
getModule in interface EAPLayermoduleUID - The module UID.
public EAPModule getModule(org.sonatype.aether.artifact.Artifact artifact)
EAPLayer
getModule in interface EAPLayerartifact - The artifact that contains the module definition.
public String getName()
EAPLayer
getName in interface EAPLayerpublic void setName(String name)
public Properties getProperties()
EAPLayer
getProperties in interface EAPLayerpublic void setProperties(Properties properties)
public Collection<EAPModule> getModules()
EAPLayer
getModules in interface EAPLayerpublic void setModules(Map<String,EAPModule> modules)
|
KIE EAP - Maven plugin 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||