|
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 EAPPatch
JBoss EAP/AS have some incompatibilities or issues. A EAPPatch is a Java class used to fix these issues when building the modules distribution.
Method Summary | |
---|---|
boolean |
doApply(EAPContainer eap)
Used to check if this patch apply for a given container. |
void |
execute()
After previous setters has been called, the execute method run the patches for the moodules. |
String |
getId()
The unique identifier for the patch. |
void |
setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
The artifacts holder instance. |
void |
setOutputPath(String path)
The temporal output path for patch artifacts. |
Method Detail |
---|
String getId()
void setOutputPath(String path)
path
- The output path.void setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
artifactsHolder
- The artifacts holder instance.boolean doApply(EAPContainer eap)
eap
- The JBoss EAP/AS container instance.
void execute() throws EAPPatchException
EAPPatchException
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |