Class Naming
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.Naming
-
public class Naming extends Object
This class contains methods to validate workflow object names.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.CharMatcher
ASCII_LETTER_OR_DIGIT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toValidName(String name)
Convert a string to a valid name string that can be used for step id or data name.
-