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 FileNamingFileNaming. parse(DataFile file)Create a FileNaming object from a DataFile object.static FileNamingFileNaming. parse(File file)Create a FileNaming object from a File object.static FileNamingFileNaming. 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 classWorkflowFileNamingThis class contains methods to create workflow data file names. 
 -