Uses of Class
org.apache.commons.vfs.FileType

Packages that use FileType
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.provider.compressed   
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.http   
org.apache.commons.vfs.provider.local The Local File Provider. 
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File Provider. 
org.apache.commons.vfs.provider.tar The Tar File Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
org.apache.commons.vfs.provider.webdav The WebDAV Provider. 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
 

Uses of FileType in org.apache.commons.vfs
 

Fields in org.apache.commons.vfs declared as FileType
static FileType FileType.FOLDER
          A folder.
static FileType FileType.FILE
          A regular file.
static FileType FileType.IMAGINARY
          A file that does not exist.
 

Methods in org.apache.commons.vfs that return FileType
 FileType FileObject.getType()
          Returns this file's type.
 

Constructors in org.apache.commons.vfs with parameters of type FileType
FileTypeSelector(FileType type)
           
 

Uses of FileType in org.apache.commons.vfs.provider
 

Methods in org.apache.commons.vfs.provider that return FileType
protected abstract  FileType AbstractFileObject.doGetType()
          Determines the type of this file.
 FileType AbstractFileObject.getType()
          Returns the file's type.
protected  FileType DelegateFileObject.doGetType()
          Determines the type of the file, returns null if the file does not exist.
 

Methods in org.apache.commons.vfs.provider with parameters of type FileType
protected  void AbstractFileObject.handleCreate(FileType newType)
          Called when this file is created.
protected  void AbstractFileObject.injectType(FileType fileType)
           
 

Uses of FileType in org.apache.commons.vfs.provider.compressed
 

Methods in org.apache.commons.vfs.provider.compressed that return FileType
protected  FileType CompressedFileFileObject.doGetType()
          Returns the file's type.
 

Uses of FileType in org.apache.commons.vfs.provider.ftp
 

Methods in org.apache.commons.vfs.provider.ftp that return FileType
protected  FileType FtpFileObject.doGetType()
          Determines the type of the file, returns null if the file does not exist.
 

Uses of FileType in org.apache.commons.vfs.provider.http
 

Methods in org.apache.commons.vfs.provider.http that return FileType
protected  FileType HttpFileObject.doGetType()
          Determines the type of this file.
 

Uses of FileType in org.apache.commons.vfs.provider.local
 

Methods in org.apache.commons.vfs.provider.local that return FileType
protected  FileType LocalFile.doGetType()
          Returns the file's type.
 

Uses of FileType in org.apache.commons.vfs.provider.sftp
 

Methods in org.apache.commons.vfs.provider.sftp that return FileType
protected  FileType SftpFileObject.doGetType()
          Determines the type of this file, returns null if the file does not exist.
 

Uses of FileType in org.apache.commons.vfs.provider.smb
 

Methods in org.apache.commons.vfs.provider.smb that return FileType
protected  FileType SmbFileObject.doGetType()
          Determines the type of the file, returns null if the file does not exist.
 

Uses of FileType in org.apache.commons.vfs.provider.tar
 

Methods in org.apache.commons.vfs.provider.tar that return FileType
protected  FileType TarFileObject.doGetType()
          Returns the file's type.
 

Uses of FileType in org.apache.commons.vfs.provider.url
 

Methods in org.apache.commons.vfs.provider.url that return FileType
protected  FileType UrlFileObject.doGetType()
          Determines the type of the file.
 

Uses of FileType in org.apache.commons.vfs.provider.webdav
 

Methods in org.apache.commons.vfs.provider.webdav that return FileType
protected  FileType WebdavFileObject.doGetType()
          Determines the type of the file, returns null if the file does not exist.
 

Methods in org.apache.commons.vfs.provider.webdav with parameters of type FileType
protected  void WebdavFileObject.handleCreate(FileType newType)
           
 

Uses of FileType in org.apache.commons.vfs.provider.zip
 

Methods in org.apache.commons.vfs.provider.zip that return FileType
protected  FileType ZipFileObject.doGetType()
          Returns the file's type.
 



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.