public class UnixDirectoryListingFormatter extends Object implements DirectoryListingFormatter
Constructor and Description |
---|
UnixDirectoryListingFormatter() |
Modifier and Type | Method and Description |
---|---|
String |
format(FileSystemEntry fileSystemEntry)
Format the directory listing for a single file/directory entry.
|
void |
setLocale(Locale locale)
Set the Locale to be used in formatting the date within file/directory listings
|
public String format(FileSystemEntry fileSystemEntry)
format
in interface DirectoryListingFormatter
fileSystemEntry
- - the FileSystemEntry for a single file system entrypublic void setLocale(Locale locale)
locale
- - the Locale instanceCopyright © 2016. All rights reserved.