Package org.eclipse.epsilon.egl.launch
Class EgxRunConfiguration.Builder<C extends EgxRunConfiguration,B extends EgxRunConfiguration.Builder<C,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.erl.launch.ErlRunConfiguration.Builder<C,B>
org.eclipse.epsilon.egl.launch.EgxRunConfiguration.Builder<C,B>
- Enclosing class:
- EgxRunConfiguration
public static class EgxRunConfiguration.Builder<C extends EgxRunConfiguration,B extends EgxRunConfiguration.Builder<C,B>>
extends ErlRunConfiguration.Builder<C,B>
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
Fields 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
Modifier and TypeMethodDescriptionprotected IEgxModule
withFreshOutputDir
(boolean deleteBeforeRun) withOutputRoot
(String output) withOutputRoot
(Path output) withPersistence
(boolean persist) 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 -
deleteOutputDirBefore
public boolean deleteOutputDirBefore
-
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
-
Method Details
-
withoutPersistence
-
withPersistence
-
withFreshOutputDir
-
withFreshOutputDir
-
withOutputRoot
-
withOutputRoot
-
createModule
- Overrides:
createModule
in classErlRunConfiguration.Builder<C extends EgxRunConfiguration,
B extends EgxRunConfiguration.Builder<C, B>>
-