Class LocalFileSystemPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

public class LocalFileSystemPipe extends AbstractFileSystemPipe<Path,LocalFileSystem>
Pipe 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.

If extended attributes actually can be written depends on the underlying OS / filesystem.