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

Packages that use FileSystemView
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.ftplet   
 

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.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.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.