org.eclipse.xpand2.incremental
Class FileCleaner

java.lang.Object
  extended by org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
      extended by org.eclipse.xpand2.incremental.FileCleaner
All Implemented Interfaces:
org.eclipse.emf.mwe.core.WorkflowComponent, org.eclipse.emf.mwe.core.WorkflowComponentWithID, org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent

public class FileCleaner
extends org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent


Constructor Summary
FileCleaner()
           
 
Method Summary
 void addOutlet(Outlet outlet)
           
 void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
           
protected  void invokeInternal(org.eclipse.emf.mwe.core.WorkflowContext ctx, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, org.eclipse.emf.mwe.core.issues.Issues issues)
           
 void setNewTraceModelSlot(java.lang.String newTraceModelSlot)
           
 void setOldTraceModelSlot(java.lang.String oldTraceModelSlot)
           
 
Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
checkRequiredConfigProperty, getBridge, getComponentName, getContainer, getId, getLocation, getLogMessage, invoke, invoke, postInvoke, preInvoke, setContainer, setId, setLocation, setSkipOnErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCleaner

public FileCleaner()
Method Detail

setOldTraceModelSlot

public void setOldTraceModelSlot(java.lang.String oldTraceModelSlot)

setNewTraceModelSlot

public void setNewTraceModelSlot(java.lang.String newTraceModelSlot)

addOutlet

public void addOutlet(Outlet outlet)

checkConfiguration

public void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)

invokeInternal

protected void invokeInternal(org.eclipse.emf.mwe.core.WorkflowContext ctx,
                              org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor,
                              org.eclipse.emf.mwe.core.issues.Issues issues)
Specified by:
invokeInternal in class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent