Class FileConstants
java.lang.Object
org.frankframework.extensions.aspose.services.util.FileConstants
- Author:
- Gerard van der Hoorn (d937275)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The specific allowed characters in filename of digits and letters.static final String
The specific allowed characters in a filename of digits and letters and special characters.static final String
The specific allowed characters in a filename (with the exception of digits and letters).static final String
The replace character.static final String
The inverse of ALLOWED_CHARACTERS_IN_NAME_REGEX. -
Method Summary
-
Field Details
-
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
The specific allowed characters in filename of digits and letters.- See Also:
-
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
The inverse of ALLOWED_CHARACTERS_IN_NAME_REGEX.- See Also:
-
REPLACE_CHARACTER
The replace character.- See Also:
-