org.mockftpserver.fake.filesystem
Class WindowsDirectoryListingFormatter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsDirectoryListingFormatter
public WindowsDirectoryListingFormatter()
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.