Package org.eclipse.epsilon.erl.launch
Class ErlRunConfiguration
java.lang.Object
org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
org.eclipse.epsilon.eol.launch.EolRunConfiguration
org.eclipse.epsilon.erl.launch.ErlRunConfiguration
- All Implemented Interfaces:
Runnable
,Callable<Object>
,Supplier<Object>
,CheckedSupplier<Object,
Exception>
- Direct Known Subclasses:
EclRunConfiguration
,EgxRunConfiguration
,EplRunConfiguration
,EtlRunConfiguration
,EvlRunConfiguration
- Since:
- 1.6
- Author:
- Sina Madani
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ErlRunConfiguration.Builder<R extends ErlRunConfiguration,
B extends ErlRunConfiguration.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
ConstructorDescriptionErlRunConfiguration
(ErlRunConfiguration.Builder<? extends ErlRunConfiguration, ?> builder) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
addModelsToRepo, Builder, 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 Details
-
ErlRunConfiguration
-
ErlRunConfiguration
-
-
Method Details
-
getModule
- Overrides:
getModule
in classEolRunConfiguration
- Returns:
- The concrete instance of IEolModule.
-