Enum ReplacePattern

    • Enum Constant Detail

      • PATH_LINUX_TMP_CUTOFF

        public static final ReplacePattern PATH_LINUX_TMP_CUTOFF
      • PATH_WINDOWS_SLASH_REVERSED

        public static final ReplacePattern PATH_WINDOWS_SLASH_REVERSED
      • DATE_SIMPLETIMEFORMAT_DEFAULT

        public static final ReplacePattern DATE_SIMPLETIMEFORMAT_DEFAULT
      • TIME_VALUE_IN_SECONDS

        public static final ReplacePattern TIME_VALUE_IN_SECONDS
      • PROFORMA_GRADING_HINT_CNT

        public static final ReplacePattern PROFORMA_GRADING_HINT_CNT
      • JAVA_OBJECT_TO_STRING_WITH_HASHCODE_OF_NATIVE_IMPLEMENTATION

        public static final ReplacePattern JAVA_OBJECT_TO_STRING_WITH_HASHCODE_OF_NATIVE_IMPLEMENTATION
      • JAVAFX_CONTROL_WITH_HASHCODE

        public static final ReplacePattern JAVAFX_CONTROL_WITH_HASHCODE
      • JAVAFX_NODEQUERYUTILS_LAMBDA_WITH_HASHCODE

        public static final ReplacePattern JAVAFX_NODEQUERYUTILS_LAMBDA_WITH_HASHCODE
      • DATE_FORMAT_ONLY_IN_DE_HSH_PROG_SPIELER

        public static final ReplacePattern DATE_FORMAT_ONLY_IN_DE_HSH_PROG_SPIELER
    • Method Detail

      • values

        public static ReplacePattern[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ReplacePattern c : ReplacePattern.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ReplacePattern valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • pattern

        public static Pattern pattern()
      • determineAlias

        public static String determineAlias​(Matcher m)
      • getPattern

        public String getPattern()
      • getGroupName

        public String getGroupName()