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

Version:
$Rev$, $Date$
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 java.lang.String format(FtpFile file)
          Format the file
 

Method Detail

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 Apache Software Foundation. All Rights Reserved.