|
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 EAPModule
Method Summary | |
---|---|
boolean |
addDependency(EAPModuleDependency dependency)
Adds a dependency for the module. |
boolean |
addResource(EAPModuleResource resource)
Adds a resource for the module. |
EAPModuleDependency |
createDependency()
Returns a dependency instance for this kind of module. |
org.sonatype.aether.artifact.Artifact |
getArtifact()
Return the artifact that contains this module definition. |
Collection<EAPModuleDependency> |
getDependencies()
The module dependencies. |
EAPModuleDependency |
getDependency(String uid)
Returns a dependency for a given name. |
EAPLayer |
getLayer()
The module layer. |
String |
getLocation()
The module location in JBoss EAP modules root folder. |
String |
getName()
The module name. |
Properties |
getProperties()
The module properties. |
Collection<EAPModuleResource> |
getResources()
The resources for the module. |
String |
getSlot()
The module slot in JBoss EAP modules root folder. |
String |
getUniqueId()
Returns the unique identifier for the module. |
Method Detail |
---|
EAPLayer getLayer()
Properties getProperties()
String getName()
String getLocation()
String getSlot()
String getUniqueId()
#layer + #module_name + #module_slot
Collection<EAPModuleResource> getResources()
boolean addResource(EAPModuleResource resource)
resource
- The resoruce to add.
Collection<EAPModuleDependency> getDependencies()
boolean addDependency(EAPModuleDependency dependency)
dependency
- The dependency to add.
EAPModuleDependency getDependency(String uid)
uid
- The module UID of the dependency.
EAPModuleDependency createDependency()
org.sonatype.aether.artifact.Artifact getArtifact()
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |