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 Details

    • ASCII_LETTER_OR_DIGIT

      public static final com.google.common.base.CharMatcher ASCII_LETTER_OR_DIGIT
  • Method Details

    • toValidName

      public static String toValidName(String name)
      Convert a string to a valid name string that can be used for step id or data name.
      Parameters:
      name - the name to convert
      Returns:
      a string with only the name characters argument that are allowed by the file naming convention