public interface EAPPatch
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
EAPPatchExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.