Package org.eclipse.epsilon.eml.launch
Class EmlRunConfiguration
- java.lang.Object
-
- org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
-
- org.eclipse.epsilon.eol.launch.EolRunConfiguration
-
- org.eclipse.epsilon.erl.launch.ErlRunConfiguration
-
- org.eclipse.epsilon.etl.launch.EtlRunConfiguration
-
- org.eclipse.epsilon.eml.launch.EmlRunConfiguration
-
- All Implemented Interfaces:
Runnable
,Callable<Object>
,Supplier<Object>
,CheckedSupplier<Object,Exception>
public class EmlRunConfiguration extends EtlRunConfiguration
- Since:
- 2.0
- Author:
- Sina Madani
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmlRunConfiguration.Builder<R extends EmlRunConfiguration,B extends EmlRunConfiguration.Builder<R,B>>
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
loadModels, modelsAndProperties, parameters
-
Fields inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
hasRun, id, outputFile, printMarker, profiledStages, profileExecution, result, script, showResults, targetRepeats
-
-
Constructor Summary
Constructors Constructor Description EmlRunConfiguration(EmlRunConfiguration other)
EmlRunConfiguration(EmlRunConfiguration.Builder<? extends EtlRunConfiguration,?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmlRunConfiguration.Builder<? extends EmlRunConfiguration,?>
Builder()
IEmlModule
getModule()
-
Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
addModelsToRepo, dispose, equals, execute, getProfilingOutput, hashCode, loadModels, loadModelsImpl, preExecute, prepareFrameStack, prepareModule, reset, toString
-
Methods inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
afterRepeatLoop, beforeRepeatLoop, Builder, call, findBuilder, getCurrentRepeat, getExecutionTime, getId, getResult, getResultOutput, getThrows, handleException, isFirstRepeat, isLastRepeat, postExecute, run, writeOut, writeOut
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.common.function.CheckedSupplier
get
-
-
-
-
Constructor Detail
-
EmlRunConfiguration
public EmlRunConfiguration(EmlRunConfiguration.Builder<? extends EtlRunConfiguration,?> builder)
-
EmlRunConfiguration
public EmlRunConfiguration(EmlRunConfiguration other)
-
-
Method Detail
-
Builder
public static EmlRunConfiguration.Builder<? extends EmlRunConfiguration,?> Builder()
-
getModule
public IEmlModule getModule()
- Overrides:
getModule
in classEtlRunConfiguration
- Returns:
- The concrete instance of IEolModule.
-
-