Package org.eclipse.epsilon.ewl.launch
Class EwlRunConfiguration
java.lang.Object
org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
org.eclipse.epsilon.eol.launch.EolRunConfiguration
org.eclipse.epsilon.ewl.launch.EwlRunConfiguration
- All Implemented Interfaces:
Runnable,Callable<Object>,Supplier<Object>,CheckedSupplier<Object,Exception>
- Since:
- 2.0
- Author:
- Sina Madani
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEwlRunConfiguration.Builder<R extends EwlRunConfiguration,B extends EwlRunConfiguration.Builder<R, B>> -
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
loadModels, modelsAndProperties, parametersFields inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
hasRun, id, outputFile, printMarker, profiledStages, profileExecution, result, script, showResults, targetRepeats -
Constructor Summary
ConstructorsConstructorDescriptionEwlRunConfiguration(EwlRunConfiguration.Builder<? extends EolRunConfiguration, ?> builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic EwlRunConfiguration.Builder<? extends EwlRunConfiguration,?> Builder()Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
addModelsToRepo, dispose, equals, execute, getProfilingOutput, hashCode, loadModels, loadModelsImpl, preExecute, prepareFrameStack, prepareModule, reset, toStringMethods 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, writeOutMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.common.function.CheckedSupplier
get
-
Constructor Details
-
EwlRunConfiguration
-
EwlRunConfiguration
-
-
Method Details
-
Builder
-
getModule
- Overrides:
getModulein classEolRunConfiguration- Returns:
- The concrete instance of IEolModule.
-