Class EoulsanDockerManager
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.util.EoulsanDockerManager
-
public class EoulsanDockerManager extends Object
This class define a Docker manager configurated with Eoulsan settings.- Since:
- 2.6
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static fr.ens.biologie.genomique.kenetre.util.process.DockerManager
getInstance()
Get the instance of the DockerManager.
-
-
-
Method Detail
-
getInstance
public static fr.ens.biologie.genomique.kenetre.util.process.DockerManager getInstance() throws IOException
Get the instance of the DockerManager.- Returns:
- the instance of the DockerManager
- Throws:
IOException
- if an error occurs while creating the DockerManager instance
-
-