Class EoulsanRuntime
java.lang.Object
fr.ens.biologie.genomique.eoulsan.EoulsanRuntime
This class store the only Eoulsan runtime instance.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractEoulsanRuntimeGet the Eoulsan runtime instance.static SettingsGet instance settings.static booleanTest if an instance of the runtime is set.
-
Method Details
-
getRuntime
Get the Eoulsan runtime instance.- Returns:
- the EoulsanRuntime instance
-
getSettings
Get instance settings.- Returns:
- the Settings object from the instance
-
isRuntime
public static boolean isRuntime()Test if an instance of the runtime is set.- Returns:
- true if an instance of the EoulsanRuntime is set
-