Package de.unirostock.sems.ModelCrawler
Class Constants
- java.lang.Object
-
- de.unirostock.sems.ModelCrawler.Constants
-
public abstract class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_TEMP_PREFIX
static int
FTP_DEFAULT_PORT
static String
PATH_SPLIT_REGEX
static FileAttribute<Set<PosixFilePermission>>
TEMP_DIR_POSIX_ATTRIBUTES
static String
URN_SEPARATOR
static String
URN_START
static String
URN_VERSION_PLACEHOLDER
static String
VERSION_INFO_FILENAME
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
URN_START
public static final String URN_START
- See Also:
- Constant Field Values
-
URN_SEPARATOR
public static final String URN_SEPARATOR
- See Also:
- Constant Field Values
-
URN_VERSION_PLACEHOLDER
public static final String URN_VERSION_PLACEHOLDER
- See Also:
- Constant Field Values
-
PATH_SPLIT_REGEX
public static final String PATH_SPLIT_REGEX
- See Also:
- Constant Field Values
-
FTP_DEFAULT_PORT
public static final int FTP_DEFAULT_PORT
- See Also:
- Constant Field Values
-
VERSION_INFO_FILENAME
public static final String VERSION_INFO_FILENAME
- See Also:
- Constant Field Values
-
DEFAULT_TEMP_PREFIX
public static final String DEFAULT_TEMP_PREFIX
- See Also:
- Constant Field Values
-
TEMP_DIR_POSIX_ATTRIBUTES
public static final FileAttribute<Set<PosixFilePermission>> TEMP_DIR_POSIX_ATTRIBUTES
-
-