org.apache.ftpserver.listing
Interface FileFormater

All Known Implementing Classes:
LISTFileFormater, MLSTFileFormater, NLSTFileFormater

public interface FileFormater

Interface for formating output based on a FileObject


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

Method Detail

format

java.lang.String format(FileObject file)
Format the file

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


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.