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
 String format(FtpFile file)
          Format the file
 

Method Detail

format

String format(FtpFile file)
Format the file

Parameters:
file - The FtpFile
Returns:
The formated string based on the FtpFile


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.