org.eclipse.hyades.execution.core
Interface IExecutionComponentFactory


public interface IExecutionComponentFactory

This interface defines a factory for IExecutionComponents. The mechanism by which this factory is extended to support multiple implementations of the same execution component type has not yet been resolved.

Version:
0.0.2

Method Summary
 IExecutionComponent createExecutionComponentByType(String type)
           
 

Method Detail

createExecutionComponentByType

public IExecutionComponent createExecutionComponentByType(String type)
Parameters:
type - The type of execution component to create
Returns:
IExecutionComponent The created IExecutionComponent