KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.patch
Class EAPAbstractPatch

java.lang.Object
  extended by org.kie.integration.eap.maven.patch.EAPAbstractPatch
All Implemented Interfaces:
EAPPatch
Direct Known Subclasses:
EAPDynamicModulesPatch, EAPStaticModulesPatch

public abstract class EAPAbstractPatch
extends Object
implements EAPPatch


Constructor Summary
EAPAbstractPatch()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kie.integration.eap.maven.patch.EAPPatch
doApply, execute, getId
 

Constructor Detail

EAPAbstractPatch

public EAPAbstractPatch()
Method Detail

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.

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.