Package net.splitcells.gel
Class GelEnv
- java.lang.Object
-
- net.splitcells.gel.GelEnv
-
public final class GelEnv extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.splitcells.dem.ProcessResult
analyseProcess(Runnable program, Consumer<net.splitcells.dem.environment.Environment> configurator)
static void
process(Runnable program)
static net.splitcells.dem.ProcessResult
process(Runnable program, Consumer<net.splitcells.dem.environment.Environment> configurator)
static Consumer<net.splitcells.dem.environment.Environment>
standardDeveloperConfigurator()
Uses a folder of the user in order to store files, in order to prevent unnecessary file changes in the project repo, if the user executes Gel with an IDE and default settings.
-
-
-
Method Detail
-
process
public static void process(Runnable program)
-
analyseProcess
public static net.splitcells.dem.ProcessResult analyseProcess(Runnable program, Consumer<net.splitcells.dem.environment.Environment> configurator)
-
process
public static net.splitcells.dem.ProcessResult process(Runnable program, Consumer<net.splitcells.dem.environment.Environment> configurator)
-
standardDeveloperConfigurator
public static Consumer<net.splitcells.dem.environment.Environment> standardDeveloperConfigurator()
Uses a folder of the user in order to store files, in order to prevent unnecessary file changes in the project repo, if the user executes Gel with an IDE and default settings.- Returns:
-
-