Uses of Class
fr.ens.biologie.genomique.eoulsan.core.FileNaming
-
Packages that use FileNaming Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes. -
-
Uses of FileNaming in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return FileNaming Modifier and Type Method Description static FileNaming
FileNaming. parse(DataFile file)
Create a FileNaming object from a DataFile object.static FileNaming
FileNaming. parse(File file)
Create a FileNaming object from a File object.static FileNaming
FileNaming. parse(String filename)
Create a FileNaming object from a filename. -
Uses of FileNaming in fr.ens.biologie.genomique.eoulsan.core.workflow
Subclasses of FileNaming in fr.ens.biologie.genomique.eoulsan.core.workflow Modifier and Type Class Description class
WorkflowFileNaming
This class contains methods to create workflow data file names.
-