Class AbstractFileInfo<F>

java.lang.Object
org.springframework.integration.file.remote.AbstractFileInfo<F>
Type Parameters:
F - The target protocol file type.
All Implemented Interfaces:
Comparable<FileInfo<F>>, FileInfo<F>
Direct Known Subclasses:
FtpFileInfo, SftpFileInfo

public abstract class AbstractFileInfo<F>
extends Object
implements FileInfo<F>, Comparable<FileInfo<F>>
Abstract implementation of FileInfo; provides a setter for the remote directory and a generic toString implementation.
Since:
2.1
Author:
Gary Russell