org.kie.integration.eap.maven.patch
Class EAPAbstractPatch
java.lang.Object
org.kie.integration.eap.maven.patch.EAPAbstractPatch
- All Implemented Interfaces:
- EAPPatch
- Direct Known Subclasses:
- EAPDynamicModulesPatch, EAPStaticModulesPatch
public abstract class EAPAbstractPatch
- extends Object
- implements EAPPatch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPAbstractPatch
public EAPAbstractPatch()
getPatchProperties
public Properties getPatchProperties(Properties p)
- Returns the properties related to this patch.
- Parameters:
p
- The properties.
- Returns:
- The properties related to this patch.
getCurrentPatchModulePropertyName
protected String getCurrentPatchModulePropertyName()
getOutputPath
public String getOutputPath()
setOutputPath
public void setOutputPath(String outputPath)
- Description copied from interface:
EAPPatch
- The temporal output path for patch artifacts.
- Specified by:
setOutputPath
in interface EAPPatch
- Parameters:
outputPath
- The output path.
getArtifactsHolder
public EAPArtifactsHolder getArtifactsHolder()
setArtifactsHolder
public void setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
- Description copied from interface:
EAPPatch
- The artifacts holder instance.
- Specified by:
setArtifactsHolder
in interface EAPPatch
- Parameters:
artifactsHolder
- The artifacts holder instance.
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.