public abstract class EAPAbstractPatch extends Object implements EAPPatch
| Constructor and Description |
|---|
EAPAbstractPatch() |
| Modifier and Type | Method and Description |
|---|---|
EAPArtifactsHolder |
getArtifactsHolder() |
protected String |
getCurrentPatchModulePropertyName() |
String |
getOutputPath() |
Properties |
getPatchProperties(Properties p)
Returns the properties related to this patch.
|
void |
setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
The artifacts holder instance.
|
void |
setOutputPath(String outputPath)
The temporal output path for patch artifacts.
|
public Properties getPatchProperties(Properties p)
p - The properties.protected String getCurrentPatchModulePropertyName()
public String getOutputPath()
public void setOutputPath(String outputPath)
EAPPatchsetOutputPath in interface EAPPatchoutputPath - The output path.public EAPArtifactsHolder getArtifactsHolder()
public void setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
EAPPatchsetArtifactsHolder in interface EAPPatchartifactsHolder - The artifacts holder instance.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.