The Meta-Environment API

Uses of Interface
toolbus.tool.execution.IToolExecutor

Packages that use IToolExecutor
toolbus.tool.execution   
 

Uses of IToolExecutor in toolbus.tool.execution
 

Classes in toolbus.tool.execution that implement IToolExecutor
 class DefaultToolExecutor
          This tool executor implements the default behavior of an executor.
 

Methods in toolbus.tool.execution that return IToolExecutor
 IToolExecutor DefaultToolExecutorFactory.getToolExecutor(ToolInstance toolInstance, ToolDefinition toolDefinition, ToolBus toolbus)
           
 IToolExecutor IToolExecutorFactory.getToolExecutor(ToolInstance toolInstance, ToolDefinition toolDefinition, ToolBus toolbus)
          Constructs a tool executor.
 


The Meta-Environment API