org.apache.ftpserver.listing
Class NLSTFileFormater

java.lang.Object
  extended by org.apache.ftpserver.listing.NLSTFileFormater
All Implemented Interfaces:
FileFormater

public class NLSTFileFormater
extends java.lang.Object
implements FileFormater

Formats files according to the NLST specification


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

Constructor Detail

NLSTFileFormater

public NLSTFileFormater()
Method Detail

format

public java.lang.String format(FileObject file)
Description copied from interface: FileFormater
Format the file

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


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