Interface EclLaunchConfigurationAttributes
-
- All Superinterfaces:
EolLaunchConfigurationAttributes
- All Known Subinterfaces:
EmlLaunchConfigurationAttributes
public interface EclLaunchConfigurationAttributes extends EolLaunchConfigurationAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static String
LEFT_MODEL
static String
MATCHING_STRATEGY
static String
RIGHT_MODEL
-
Fields inherited from interface org.eclipse.epsilon.eol.dt.launching.EolLaunchConfigurationAttributes
MODELS, SOURCE
-
-
-
-
Field Detail
-
LEFT_MODEL
static final String LEFT_MODEL
- See Also:
- Constant Field Values
-
RIGHT_MODEL
static final String RIGHT_MODEL
- See Also:
- Constant Field Values
-
MATCHING_STRATEGY
static final String MATCHING_STRATEGY
- See Also:
- Constant Field Values
-
-