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

Packages that use FtpFile
org.apache.ftpserver.command.impl Internal classes, do not use directly! 
org.apache.ftpserver.command.impl.listing Internal classes, do not use directly! 
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 FtpFile in org.apache.ftpserver.command.impl
 

Methods in org.apache.ftpserver.command.impl that return FtpFile
protected  FtpFile STOU.getUniqueFile(FtpIoSession session, FtpFile oldFile)
          Get unique file object.
 

Methods in org.apache.ftpserver.command.impl with parameters of type FtpFile
protected  FtpFile STOU.getUniqueFile(FtpIoSession session, FtpFile oldFile)
          Get unique file object.
 java.io.InputStream RETR.openInputStream(FtpIoSession session, FtpFile file, long skipLen)
          Skip length and open input stream.
 

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

Methods in org.apache.ftpserver.command.impl.listing with parameters of type FtpFile
 boolean FileFilter.accept(FtpFile file)
          Decide if the FtpFile should be selected
 boolean RegexFileFilter.accept(FtpFile file)
           
 boolean VisibleFileFilter.accept(FtpFile file)
           
 java.lang.String NLSTFileFormater.format(FtpFile file)
           
 java.lang.String FileFormater.format(FtpFile file)
          Format the file
 java.lang.String LISTFileFormater.format(FtpFile file)
           
 java.lang.String MLSTFileFormater.format(FtpFile file)
           
 

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

Classes in org.apache.ftpserver.filesystem.nativefs.impl that implement FtpFile
 class NativeFtpFile
          Internal class, do not use directly. This class wraps native file object.
 

Methods in org.apache.ftpserver.filesystem.nativefs.impl that return FtpFile
 FtpFile NativeFileSystemView.getFile(java.lang.String file)
          Get file object.
 FtpFile NativeFileSystemView.getHomeDirectory()
          Get the user home directory.
 FtpFile NativeFileSystemView.getWorkingDirectory()
          Get the current directory.
 

Methods in org.apache.ftpserver.filesystem.nativefs.impl that return types with arguments of type FtpFile
 java.util.List<FtpFile> NativeFtpFile.listFiles()
          List files.
 

Methods in org.apache.ftpserver.filesystem.nativefs.impl with parameters of type FtpFile
 boolean NativeFtpFile.move(FtpFile dest)
          Move file object.
 

Uses of FtpFile in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FtpFile
 FtpFile FileSystemView.getFile(java.lang.String file)
          Get file object.
 FtpFile FileSystemView.getHomeDirectory()
          Get the user home directory.
 FtpFile FtpSession.getRenameFrom()
          Get rename from file object.
 FtpFile FileSystemView.getWorkingDirectory()
          Get user current directory.
 

Methods in org.apache.ftpserver.ftplet that return types with arguments of type FtpFile
 java.util.List<FtpFile> FtpFile.listFiles()
          List file objects.
 

Methods in org.apache.ftpserver.ftplet with parameters of type FtpFile
 boolean FtpFile.move(FtpFile destination)
          Move file.
 

Uses of FtpFile in org.apache.ftpserver.impl
 

Methods in org.apache.ftpserver.impl that return FtpFile
 FtpFile DefaultFtpSession.getRenameFrom()
          Get rename from file object.
 FtpFile FtpIoSession.getRenameFrom()
           
 

Methods in org.apache.ftpserver.impl with parameters of type FtpFile
 void FileObserver.notifyDelete(FtpIoSession session, FtpFile file)
          User file delete notification.
 void FileObserver.notifyDownload(FtpIoSession session, FtpFile file, long size)
          User file download notification.
 void FileObserver.notifyMkdir(FtpIoSession session, FtpFile file)
          User make directory notification.
 void FileObserver.notifyRmdir(FtpIoSession session, FtpFile file)
          User remove directory notification.
 void FileObserver.notifyUpload(FtpIoSession session, FtpFile file, long size)
          User file upload notification.
 void DefaultFtpStatistics.setDelete(FtpIoSession session, FtpFile file)
          Increment delete count.
 void ServerFtpStatistics.setDelete(FtpIoSession session, FtpFile file)
          Increment delete count.
 void DefaultFtpStatistics.setDownload(FtpIoSession session, FtpFile file, long size)
          Increment download count.
 void ServerFtpStatistics.setDownload(FtpIoSession session, FtpFile file, long size)
          Increment download count.
 void DefaultFtpStatistics.setMkdir(FtpIoSession session, FtpFile file)
          Increment make directory count.
 void ServerFtpStatistics.setMkdir(FtpIoSession session, FtpFile dir)
          Increment make directory count.
 void FtpIoSession.setRenameFrom(FtpFile renFr)
           
 void DefaultFtpStatistics.setRmdir(FtpIoSession session, FtpFile file)
          Increment remove directory count.
 void ServerFtpStatistics.setRmdir(FtpIoSession session, FtpFile dir)
          Decrement remove directory count.
 void DefaultFtpStatistics.setUpload(FtpIoSession session, FtpFile file, long size)
          Increment upload count.
 void ServerFtpStatistics.setUpload(FtpIoSession session, FtpFile file, long size)
          Increment upload count.
 



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