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