org.kie.integration.eap.maven.patch
Class EAPStaticModulesPatch
java.lang.Object
org.kie.integration.eap.maven.patch.EAPAbstractPatch
org.kie.integration.eap.maven.patch.EAPStaticModulesPatch
- All Implemented Interfaces:
- EAPPatch
public abstract class EAPStaticModulesPatch
- extends EAPAbstractPatch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
staticLayer
protected EAPLayer staticLayer
EAPStaticModulesPatch
public EAPStaticModulesPatch()
setStaticLayer
public void setStaticLayer(EAPLayer staticLayer)
getStaticLayer
public EAPLayer getStaticLayer()
execute
public abstract void execute(EAPModule module,
Properties patchProperties)
throws EAPPatchException
- Throws:
EAPPatchException
execute
public void execute()
throws EAPPatchException
- Description copied from interface:
EAPPatch
- After previous setters has been called, the execute method run the patches for the moodules.
- Throws:
EAPPatchException
getModulePatchProperties
public Properties getModulePatchProperties(EAPModule module)
- Returns the properties related to thsi path for a given module.
- Parameters:
module
- The module .
- Returns:
- The properties related to this patch.
getArtifact
protected org.sonatype.aether.artifact.Artifact getArtifact(EAPModule module,
String coordinates)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.