org.apache.ftpserver.command.impl.listing
Interface FileFormater
- All Known Implementing Classes:
- LISTFileFormater, MLSTFileFormater, NLSTFileFormater
public interface FileFormater
Internal class, do not use directly.
Interface for formating output based on a FtpFile
- Author:
- Apache MINA Project
|
Method Summary |
java.lang.String |
format(FtpFile file)
Format the file |
format
java.lang.String format(FtpFile file)
- Format the file
- Parameters:
file - The FtpFile
- Returns:
- The formated string based on the
FtpFile
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.