java.lang.Object
org.frankframework.extensions.aspose.services.util.FileConstants

public class FileConstants extends Object
Author:
Gerard van der Hoorn (d937275)
  • Field Details

    • ALLOWED_SPECIFIC_CHARACTERS_IN_NAME

      public static final String ALLOWED_SPECIFIC_CHARACTERS_IN_NAME
      The specific allowed characters in a filename (with the exception of digits and letters).
      See Also:
    • ALLOWED_CHARACTERS_IN_NAME

      public static final String ALLOWED_CHARACTERS_IN_NAME
      The specific allowed characters in filename of digits and letters.
      See Also:
    • ALLOWED_CHARACTERS_IN_NAME_REGEX

      public static final String ALLOWED_CHARACTERS_IN_NAME_REGEX
      The specific allowed characters in a filename of digits and letters and special characters.
      See Also:
    • REPLACE_CHARACTERS_IN_NAME_REGEX

      public static final String REPLACE_CHARACTERS_IN_NAME_REGEX
      The inverse of ALLOWED_CHARACTERS_IN_NAME_REGEX.
      See Also:
    • REPLACE_CHARACTER

      public static final String REPLACE_CHARACTER
      The replace character.
      See Also: