Class FileHeaders
java.lang.Object
org.springframework.integration.file.FileHeaders
public abstract class FileHeaders
extends java.lang.Object
Pre-defined header names to be used when storing or retrieving
File-related values to/from integration Message Headers.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FILENAME
static java.lang.String
LINE_COUNT
The line count for END marker message after splittingstatic java.lang.String
MARKER
Record is a file marker (START/END)static java.lang.String
ORIGINAL_FILE
static java.lang.String
PREFIX
static java.lang.String
RELATIVE_PATH
static java.lang.String
REMOTE_DIRECTORY
static java.lang.String
REMOTE_FILE
static java.lang.String
REMOTE_FILE_INFO
A remote file information representationstatic java.lang.String
REMOTE_HOST_PORT
A remote host/port the file has been polled fromstatic java.lang.String
RENAME_TO
static java.lang.String
SET_MODIFIED
-
Constructor Summary
Constructors Constructor Description FileHeaders()
-
Method Summary
-
Field Details
-
PREFIX
public static final java.lang.String PREFIX- See Also:
- Constant Field Values
-
FILENAME
public static final java.lang.String FILENAME- See Also:
- Constant Field Values
-
RELATIVE_PATH
public static final java.lang.String RELATIVE_PATH- See Also:
- Constant Field Values
-
ORIGINAL_FILE
public static final java.lang.String ORIGINAL_FILE- See Also:
- Constant Field Values
-
REMOTE_DIRECTORY
public static final java.lang.String REMOTE_DIRECTORY- See Also:
- Constant Field Values
-
REMOTE_FILE
public static final java.lang.String REMOTE_FILE- See Also:
- Constant Field Values
-
RENAME_TO
public static final java.lang.String RENAME_TO- See Also:
- Constant Field Values
-
SET_MODIFIED
public static final java.lang.String SET_MODIFIED- See Also:
- Constant Field Values
-
MARKER
public static final java.lang.String MARKERRecord is a file marker (START/END)- See Also:
- Constant Field Values
-
LINE_COUNT
public static final java.lang.String LINE_COUNTThe line count for END marker message after splitting- See Also:
- Constant Field Values
-
REMOTE_FILE_INFO
public static final java.lang.String REMOTE_FILE_INFOA remote file information representation- See Also:
- Constant Field Values
-
REMOTE_HOST_PORT
public static final java.lang.String REMOTE_HOST_PORTA remote host/port the file has been polled from- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileHeaders
public FileHeaders()
-