Class LocalFileSystemSender

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

public class LocalFileSystemSender extends AbstractFileSystemSender<Path,LocalFileSystem>
Sender to work with the server local filesystem.

In addition to regular parameters for filesystem senders, it is possible to set custom extended attributes on files by prefixing parameter names with "FileAttribute."<F>. This prefix will be not be part of the actual metadata property name.

The string value of these parameters will be used as value of the custom metadata attribute.