org.mockftpserver.fake.filesystem
Class WindowsDirectoryListingFormatter

java.lang.Object
  extended by org.mockftpserver.fake.filesystem.WindowsDirectoryListingFormatter
All Implemented Interfaces:
DirectoryListingFormatter

public class WindowsDirectoryListingFormatter
extends Object
implements DirectoryListingFormatter

Windows-specific implementation of the DirectoryListingFormatter interface.

Version:
$Revision: 225 $ - $Date: 2009-03-09 21:15:24 -0400 (Mon, 09 Mar 2009) $
Author:
Chris Mair

Constructor Summary
WindowsDirectoryListingFormatter()
           
 
Method Summary
 String format(FileSystemEntry fileSystemEntry)
          Format the directory listing for a single file/directory entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsDirectoryListingFormatter

public WindowsDirectoryListingFormatter()
Method Detail

format

public String format(FileSystemEntry fileSystemEntry)
Format the directory listing for a single file/directory entry.

Specified by:
format in interface DirectoryListingFormatter
Parameters:
fileSystemEntry - - the FileSystemEntry for a single file system entry
Returns:
the formatted directory listing


Copyright © 2014. All rights reserved.