Class FileHeaders
java.lang.Object
org.springframework.integration.file.FileHeaders
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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe line count for END marker message after splitting.static final StringRecord is a file marker (START/END).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringA remote file information representation.static final StringA remote host/port the file has been polled from.static final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
PREFIX
- See Also:
 
 - 
FILENAME
- See Also:
 
 - 
RELATIVE_PATH
- See Also:
 
 - 
ORIGINAL_FILE
- See Also:
 
 - 
REMOTE_DIRECTORY
- See Also:
 
 - 
REMOTE_FILE
- See Also:
 
 - 
RENAME_TO
- See Also:
 
 - 
SET_MODIFIED
- See Also:
 
 - 
MARKER
 - 
LINE_COUNT
The line count for END marker message after splitting.- See Also:
 
 - 
REMOTE_FILE_INFO
 - 
REMOTE_HOST_PORT
A remote host/port the file has been polled from.- See Also:
 
 
 - 
 - 
Constructor Details
- 
FileHeaders
public FileHeaders() 
 -