org.eclipse.tigerstripe.workbench.plugins
Interface IRunnableWrapper

All Known Subinterfaces:
IRunnableArtifactWrapper

public interface IRunnableWrapper


Method Summary
 void run()
          Implementations should contain the "body" here.
 void setContext(java.util.Map<java.lang.String,java.lang.Object> context)
          Set the context object from which the rule execution "environment" can be extracted - this will be the collections etc Equivalent to the velocity context.
 

Method Detail

setContext

void setContext(java.util.Map<java.lang.String,java.lang.Object> context)
Set the context object from which the rule execution "environment" can be extracted - this will be the collections etc Equivalent to the velocity context. In the case of an Artifact rule, this should include "artifact"

Parameters:
context -

run

void run()
         throws java.lang.Exception
Implementations should contain the "body" here.

Throws:
java.lang.Exception