Class EoulsanRuntime
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.EoulsanRuntime
-
public final class EoulsanRuntime extends Object
This class store the only Eoulsan runtime instance.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractEoulsanRuntime
getRuntime()
Get the Eoulsan runtime instance.static Settings
getSettings()
Get instance settings.static boolean
isRuntime()
Test if an instance of the runtime is set.
-
-
-
Method Detail
-
getRuntime
public static AbstractEoulsanRuntime getRuntime()
Get the Eoulsan runtime instance.- Returns:
- the EoulsanRuntime instance
-
getSettings
public static Settings 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
-
-