Package org.eclipse.epsilon.egl.launch
Class EglRunConfiguration.Builder<R extends EglRunConfiguration,B extends EglRunConfiguration.Builder<R,B>>
java.lang.Object
org.eclipse.epsilon.common.launch.ProfilableRunConfiguration.Builder<C,B>
org.eclipse.epsilon.eol.launch.EolRunConfiguration.Builder<R,B>
org.eclipse.epsilon.egl.launch.EglRunConfiguration.Builder<R,B>
- Enclosing class:
- EglRunConfiguration
public static class EglRunConfiguration.Builder<R extends EglRunConfiguration,B extends EglRunConfiguration.Builder<R,B>>
extends EolRunConfiguration.Builder<R,B>
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration.Builder
loadModels, modelsAndProperties, module, parallelism, parameters, sequential
Fields inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration.Builder
configClass, id, outputFile, profileExecution, repeats, script, showResults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.launch.EolRunConfiguration.Builder
build, isParallel, isSequential, loadModels, parallel, parallel, sequential, skipModelLoading, withModel, withModel, withModelLoading, withModels, withModels, withModule, withParallelism, withParallelism, withParameter, withParameters, withProperties, withProperty
Methods inherited from class org.eclipse.epsilon.common.launch.ProfilableRunConfiguration.Builder
buildReflective, profileExecution, profileExecution, showResults, showResults, with, withId, withOutputFile, withOutputFile, withProfiling, withRepeats, withResults, withScript, withScript
-
Field Details
-
outputRoot
-
persistOutput
public boolean persistOutput
-
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
-
Method Details
-
createModule
- Overrides:
createModule
in classEolRunConfiguration.Builder<R extends EglRunConfiguration,
B extends EglRunConfiguration.Builder<R, B>>
-