org.eclipse.gmt.modisco.workflow
Interface Driver

All Known Implementing Classes:
AbstractDriverCore

Deprecated. no Driver needed anymore

@Deprecated
public interface Driver

API to define the driver core

Author:
Nicolas Payneau

Method Summary
 java.util.List<WorkParameter> getParameters(ILaunchConfiguration configuration)
          Deprecated. Allows to retrieve all descriptions of parameters
 java.lang.String getTypeLaunchConfig()
          Deprecated. Allows to retrieve the type of launcher.
 

Method Detail

getTypeLaunchConfig

java.lang.String getTypeLaunchConfig()
Deprecated. 
Allows to retrieve the type of launcher. The type is defines in the file "example.launch" like that :

Returns:
the type of launcher

getParameters

java.util.List<WorkParameter> getParameters(ILaunchConfiguration configuration)
Deprecated. 
Allows to retrieve all descriptions of parameters

Parameters:
configuration - Configuration of MoDiscoWork selected
Returns:
All parameters of driver