org.apache.ftpserver.command.impl.listing
Class LISTFileFormater

java.lang.Object
  extended by org.apache.ftpserver.command.impl.listing.LISTFileFormater
All Implemented Interfaces:
FileFormater

public class LISTFileFormater
extends Object
implements FileFormater

Internal class, do not use directly. Formats files according to the LIST specification

Author:
Apache MINA Project

Constructor Summary
LISTFileFormater()
           
 
Method Summary
 String format(FtpFile file)
          Format the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LISTFileFormater

public LISTFileFormater()
Method Detail

format

public String format(FtpFile file)
Description copied from interface: FileFormater
Format the file

Specified by:
format in interface FileFormater
Parameters:
file - The FtpFile
Returns:
The formated string based on the FtpFile
See Also:
FileFormater.format(FtpFile)


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