public abstract class EAPStaticModulesPatch extends EAPAbstractPatch
| Modifier and Type | Field and Description |
|---|---|
protected EAPLayer |
staticLayer |
| Constructor and Description |
|---|
EAPStaticModulesPatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
After previous setters has been called, the execute method run the patches for the moodules.
|
abstract void |
execute(EAPModule module,
Properties patchProperties) |
protected org.eclipse.aether.artifact.Artifact |
getArtifact(EAPModule module,
String coordinates) |
Properties |
getModulePatchProperties(EAPModule module)
Returns the properties related to thsi path for a given module.
|
EAPLayer |
getStaticLayer() |
void |
setStaticLayer(EAPLayer staticLayer) |
getArtifactsHolder, getCurrentPatchModulePropertyName, getOutputPath, getPatchProperties, setArtifactsHolder, setOutputPathprotected EAPLayer staticLayer
public void setStaticLayer(EAPLayer staticLayer)
public EAPLayer getStaticLayer()
public abstract void execute(EAPModule module, Properties patchProperties) throws EAPPatchException
EAPPatchExceptionpublic void execute()
throws EAPPatchException
EAPPatchEAPPatchExceptionpublic Properties getModulePatchProperties(EAPModule module)
module - The module .Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.