Package org.eclipse.epsilon.evl.launch
Class EvlRunConfiguration
java.lang.Object
org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
org.eclipse.epsilon.eol.launch.EolRunConfiguration
org.eclipse.epsilon.erl.launch.ErlRunConfiguration
org.eclipse.epsilon.evl.launch.EvlRunConfiguration
- All Implemented Interfaces:
Runnable
,Callable<Object>
,Supplier<Object>
,CheckedSupplier<Object,
Exception>
- Since:
- 1.6
- Author:
- Sina Madani
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
EvlRunConfiguration.Builder<R extends EvlRunConfiguration,
B extends EvlRunConfiguration.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
ConstructorDescriptionEvlRunConfiguration
(ErlRunConfiguration.Builder<? extends EvlRunConfiguration, ?> builder) EvlRunConfiguration
(EvlRunConfiguration.Builder<? extends EvlRunConfiguration, ?> builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic EvlRunConfiguration.Builder<? extends EvlRunConfiguration,
?> Builder()
execute()
void
void
Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
addModelsToRepo, dispose, equals, getProfilingOutput, hashCode, loadModels, loadModelsImpl, prepareFrameStack, prepareModule, reset, toString
Methods inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
afterRepeatLoop, beforeRepeatLoop, Builder, call, findBuilder, getCurrentRepeat, getExecutionTime, getId, getResultOutput, getThrows, handleException, isFirstRepeat, isLastRepeat, 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
-
EvlRunConfiguration
-
EvlRunConfiguration
-
EvlRunConfiguration
-
-
Method Details
-
Builder
-
getModule
- Overrides:
getModule
in classErlRunConfiguration
- Returns:
- The concrete instance of IEolModule.
-
preExecute
- Overrides:
preExecute
in classEolRunConfiguration
- Throws:
Exception
-
getResult
- Overrides:
getResult
in classProfilableRunConfiguration
-
execute
- Overrides:
execute
in classEolRunConfiguration
- Throws:
EolRuntimeException
-
postExecute
- Overrides:
postExecute
in classProfilableRunConfiguration
- Throws:
Exception
-