org.kie.integration.eap.maven.patch
Class EAPPatchManager
java.lang.Object
org.kie.integration.eap.maven.patch.EAPPatchManager
@Component(role=EAPPatchManager.class)
public class EAPPatchManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPPatchManager
public EAPPatchManager()
initDynamic
public void initDynamic(EAPContainer container,
String outputPath,
EAPArtifactsHolder artifactsHolder,
EAPStaticLayerDistribution staticLayerDistribution)
initStatic
public void initStatic(EAPContainer container,
String outputPath,
EAPArtifactsHolder artifactsHolder,
EAPLayer layer)
executeAll
public void executeAll()
throws EAPPatchException
- Throws:
EAPPatchException
executeDynamic
public void executeDynamic()
throws EAPPatchException
- Throws:
EAPPatchException
iterateDynamic
public void iterateDynamic(EAPPatchManager.EAPPatchRunnable runnable)
throws EAPPatchException
- Throws:
EAPPatchException
iterateStatic
public void iterateStatic(EAPPatchManager.EAPPatchRunnable runnable)
throws EAPPatchException
- Throws:
EAPPatchException
executeStatic
public void executeStatic()
throws EAPPatchException
- Throws:
EAPPatchException
execute
protected void execute(EAPPatch patch)
throws EAPPatchException
- Throws:
EAPPatchException
getPatches
public EAPPatch[] getPatches()
getStaticModulePatches
public Collection<EAPStaticModulesPatch> getStaticModulePatches()
getDynamicModulePatches
public Collection<EAPDynamicModulesPatch> getDynamicModulePatches()
setPatches
public void setPatches(EAPPatch[] patches)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.