Package | Description |
---|---|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.support |
Provides various support classes used across Spring Integration File Components.
|
Modifier and Type | Method and Description |
---|---|
void |
FileWritingMessageHandler.setFileExistsMode(FileExistsMode fileExistsMode)
Will set the
FileExistsMode that specifies what will happen in
case the destination exists. |
Modifier and Type | Method and Description |
---|---|
static FileExistsMode |
FileExistsMode.getForString(String fileExistsModeAsString)
For a given non-null and not-empty input string, this method returns the
corresponding
FileExistsMode . |
static FileExistsMode |
FileExistsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileExistsMode[] |
FileExistsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.