org.eclipse.emf.mwe.core.lib
Class AbstractWorkflowComponent2

java.lang.Object
  extended by org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
      extended by org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2
All Implemented Interfaces:
WorkflowComponent, WorkflowComponentWithID, IWorkflowComponent
Direct Known Subclasses:
DirectoryCleaner

public abstract class AbstractWorkflowComponent2
extends AbstractWorkflowComponent


Constructor Summary
AbstractWorkflowComponent2()
           
 
Method Summary
 void checkConfiguration(Issues issues)
          Called by the container after configuration so the component can validate the configuration before invocation.
protected  void checkConfigurationInternal(Issues issues)
           
 
Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
checkRequiredConfigProperty, getBridge, getComponentName, getContainer, getId, getLocation, getLogMessage, invoke, invoke, invokeInternal, 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

AbstractWorkflowComponent2

public AbstractWorkflowComponent2()
Method Detail

checkConfiguration

public final void checkConfiguration(Issues issues)
Description copied from interface: WorkflowComponent
Called by the container after configuration so the component can validate the configuration before invocation.

Parameters:
issues - implementors should report configuration issues to this.
See Also:
WorkflowComponent.checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues)

checkConfigurationInternal

protected void checkConfigurationInternal(Issues issues)