Interface FSStringConstraint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void equals​(java.lang.String s)
      String value of matched FS must match input String.
      boolean match​(java.lang.String s)
      Check if String matches defined constraints.
    • Method Detail

      • equals

        void equals​(java.lang.String s)
        String value of matched FS must match input String.
        Parameters:
        s - The string that the matched FS must equal.
      • match

        boolean match​(java.lang.String s)
        Check if String matches defined constraints.
        Parameters:
        s - The String to be checked.
        Returns:
        true iff the String satisfies the constraints.