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

java.lang.Object
  extended by org.apache.ftpserver.command.impl.listing.DirectoryLister

public class DirectoryLister
extends Object

Internal class, do not use directly. This class prints file listing.

Author:
Apache MINA Project

Constructor Summary
DirectoryLister()
           
 
Method Summary
 String listFiles(ListArgument argument, FileSystemView fileSystemView, FileFormater formater)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryLister

public DirectoryLister()
Method Detail

listFiles

public String listFiles(ListArgument argument,
                        FileSystemView fileSystemView,
                        FileFormater formater)
                 throws IOException
Throws:
IOException


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