Package org.eclipse.emf.mwe.core.lib
Class AbstractWorkflowComponent2
java.lang.Object
org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2
- All Implemented Interfaces:
WorkflowComponent
,WorkflowComponentWithID
,IWorkflowComponent
- Direct Known Subclasses:
DirectoryCleaner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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
-
Constructor Details
-
AbstractWorkflowComponent2
public AbstractWorkflowComponent2()
-
-
Method Details
-
checkConfiguration
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:
-
checkConfigurationInternal
-