public class FileConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALLOWED_CHARACTERS_IN_NAME
The specific allowed characters in filename of digits and letters.
|
static String |
ALLOWED_CHARACTERS_IN_NAME_REGEX
The specific allowed characters in a filename of digits and letters and
special characters.
|
static String |
ALLOWED_SPECIFIC_CHARACTERS_IN_NAME
The specific allowed characters in a filename (with the exception of digits
and letters).
|
static String |
REPLACE_CHARACTER
The replace character.
|
static String |
REPLACE_CHARACTERS_IN_NAME_REGEX
The inverse of ALLOWED_CHARACTERS_IN_NAME_REGEX.
|
public static final String ALLOWED_SPECIFIC_CHARACTERS_IN_NAME
public static final String ALLOWED_CHARACTERS_IN_NAME
public static final String ALLOWED_CHARACTERS_IN_NAME_REGEX
public static final String REPLACE_CHARACTERS_IN_NAME_REGEX
public static final String REPLACE_CHARACTER
Copyright © 2023 Frank!Framework. All rights reserved.