Package org.eclipse.epsilon.egl.launch
Class EglRunConfiguration
- java.lang.Object
-
- org.eclipse.epsilon.common.launch.ProfilableRunConfiguration
-
- org.eclipse.epsilon.eol.launch.EolRunConfiguration
-
- org.eclipse.epsilon.egl.launch.EglRunConfiguration
-
- All Implemented Interfaces:
Runnable
,Callable<Object>
,Supplier<Object>
,CheckedSupplier<Object,Exception>
public class EglRunConfiguration extends EolRunConfiguration
- Since:
- 2.1
- Author:
- Sina Madani
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EglRunConfiguration.Builder<R extends EglRunConfiguration,B extends EglRunConfiguration.Builder<R,B>>
-
Field Summary
Fields Modifier and Type Field Description URI
outputRoot
boolean
persistOutput
-
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 EglRunConfiguration(EglRunConfiguration other)
EglRunConfiguration(EglRunConfiguration.Builder<? extends EolRunConfiguration,?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EglRunConfiguration.Builder<? extends EglRunConfiguration,?>
Builder()
protected EglTemplateFactory
getDefaultTemplateFactory()
IEglModule
getModule()
void
reset()
-
Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration
addModelsToRepo, dispose, equals, execute, getProfilingOutput, hashCode, loadModels, loadModelsImpl, preExecute, prepareFrameStack, prepareModule, 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
-
-
-
-
Field Detail
-
outputRoot
public final URI outputRoot
-
persistOutput
public final boolean persistOutput
-
-
Constructor Detail
-
EglRunConfiguration
public EglRunConfiguration(EglRunConfiguration.Builder<? extends EolRunConfiguration,?> builder)
-
EglRunConfiguration
public EglRunConfiguration(EglRunConfiguration other)
-
-
Method Detail
-
Builder
public static EglRunConfiguration.Builder<? extends EglRunConfiguration,?> Builder()
-
getDefaultTemplateFactory
protected EglTemplateFactory getDefaultTemplateFactory() throws EglRuntimeException
- Throws:
EglRuntimeException
-
reset
public void reset() throws Exception
- Overrides:
reset
in classEolRunConfiguration
- Throws:
Exception
-
getModule
public IEglModule getModule()
- Overrides:
getModule
in classEolRunConfiguration
- Returns:
- The concrete instance of IEolModule.
-
-