|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
org.eclipse.emf.mwe.core.ao.AbstractWorkflowAdvice
public abstract class AbstractWorkflowAdvice
| Constructor Summary | |
|---|---|
AbstractWorkflowAdvice()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
buildList(java.util.List<java.lang.String> list)
|
void |
checkConfiguration(Issues issues)
Called by the container after configuration so the component can validate the configuration before invocation. |
java.lang.String |
getAdviceTarget()
Returns the advice target. |
void |
invokeInternal(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues)
Internal method for component execution. |
void |
setAdviceTarget(java.lang.String adviceTarget)
Sets the target of the advice. |
abstract void |
weave(WorkflowComponent c,
Issues issues)
Weaves the advices into the specified component. |
| 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 |
|---|
public AbstractWorkflowAdvice()
| Method Detail |
|---|
public final void invokeInternal(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues)
AbstractWorkflowComponent
invokeInternal in class AbstractWorkflowComponentctx - the workflow contextmonitor - the progress monitorissues - container of execution issuespublic void checkConfiguration(Issues issues)
WorkflowComponent
issues - implementors should report configuration issues to this.WorkflowComponent.checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues)public void setAdviceTarget(java.lang.String adviceTarget)
adviceTarget - the advice targetpublic java.lang.String getAdviceTarget()
public abstract void weave(WorkflowComponent c,
Issues issues)
component.
component - the componentissues - facility for reporting possible issues during weaving.protected java.lang.String buildList(java.util.List<java.lang.String> list)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||