Uses of Interface
org.apache.ftpserver.ftplet.FileSystemView

Packages that use FileSystemView
org.apache.ftpserver.command.impl.listing Internal classes, do not use directly! 
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.filesystem.nativefs.impl Internal classes, do not use directly! 
org.apache.ftpserver.ftplet   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of FileSystemView in org.apache.ftpserver.command.impl.listing
 

Methods in org.apache.ftpserver.command.impl.listing with parameters of type FileSystemView
 java.lang.String DirectoryLister.listFiles(ListArgument argument, FileSystemView fileSystemView, FileFormater formater)
           
 

Uses of FileSystemView in org.apache.ftpserver.filesystem.nativefs
 

Methods in org.apache.ftpserver.filesystem.nativefs that return FileSystemView
 FileSystemView NativeFileSystemFactory.createFileSystemView(User user)
          Create the appropriate user file system view.
 

Uses of FileSystemView in org.apache.ftpserver.filesystem.nativefs.impl
 

Classes in org.apache.ftpserver.filesystem.nativefs.impl that implement FileSystemView
 class NativeFileSystemView
          Internal class, do not use directly. File system view based on native file system.
 

Uses of FileSystemView in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FileSystemView
 FileSystemView FileSystemFactory.createFileSystemView(User user)
          Create user specific file system view.
 FileSystemView FtpSession.getFileSystemView()
          Get user file system view.
 

Uses of FileSystemView in org.apache.ftpserver.impl
 

Methods in org.apache.ftpserver.impl that return FileSystemView
 FileSystemView DefaultFtpSession.getFileSystemView()
          Get file system view.
 FileSystemView FtpIoSession.getFileSystemView()
           
 

Methods in org.apache.ftpserver.impl with parameters of type FileSystemView
 void FtpIoSession.setLogin(FileSystemView fsview)
           
 



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