Uses of Class
org.apache.commons.vfs.FileType
-
Packages that use FileType Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.cache org.apache.commons.vfs.impl The standard VFS implementation.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.ram The RAM File Provider.org.apache.commons.vfs.provider.sftp The SFTP 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.zip The Zip File Provider. -
-
Uses of FileType in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as FileType Modifier and Type Field Description static FileTypeFileType. FILEA regular file.static FileTypeFileType. FILE_OR_FOLDERA file or folder.static FileTypeFileType. FOLDERA folder.static FileTypeFileType. IMAGINARYA file that does not exist.Methods in org.apache.commons.vfs that return FileType Modifier and Type Method Description FileTypeFileName. getType()Returns the requested or current type of this name.FileTypeFileObject. getType()Returns this file's type.Constructors in org.apache.commons.vfs with parameters of type FileType Constructor Description FileTypeSelector(FileType type) -
Uses of FileType in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache that return FileType Modifier and Type Method Description FileTypeOnCallRefreshFileObject. getType() -
Uses of FileType in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return FileType Modifier and Type Method Description FileTypeDecoratedFileObject. getType()FileTypeSynchronizedFileObject. getType()Methods in org.apache.commons.vfs.impl with parameters of type FileType Modifier and Type Method Description FileNameVirtualFileName. createName(java.lang.String absPath, FileType type)Constructors in org.apache.commons.vfs.impl with parameters of type FileType Constructor Description VirtualFileName(java.lang.String scheme, java.lang.String absPath, FileType type) -
Uses of FileType in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileType Modifier and Type Method Description protected abstract FileTypeAbstractFileObject. doGetType()Determines the type of this file.protected FileTypeDelegateFileObject. doGetType()Determines the type of the file, returns null if the file does not exist.FileTypeAbstractFileName. getType()Returns the requested or current type of this name.FileTypeAbstractFileObject. getType()Returns the file's type.static FileTypeUriParser. normalisePath(java.lang.StringBuffer path)Normalises a path.Methods in org.apache.commons.vfs.provider with parameters of type FileType Modifier and Type Method Description voidDelegateFileObject. attachChild(FileName baseName, FileType type)Adds a child to this file.protected voidAbstractFileObject. childrenChanged(FileName childName, FileType newType)Notifies the file that its children have changed.abstract FileNameAbstractFileName. createName(java.lang.String absPath, FileType type)Factory method for creating name instances.FileNameGenericFileName. createName(java.lang.String absPath, FileType type)FileNameLayeredFileName. createName(java.lang.String path, FileType type)FileNameURLFileName. createName(java.lang.String absPath, FileType type)protected voidAbstractFileObject. handleCreate(FileType newType)Called when this file is created.protected voidAbstractFileObject. injectType(FileType fileType)protected voidAbstractFileObject. onChildrenChanged(FileName child, FileType newType)Called when the children of this file change.Constructors in org.apache.commons.vfs.provider with parameters of type FileType Constructor Description AbstractFileName(java.lang.String scheme, java.lang.String absPath, FileType type)GenericFileName(java.lang.String scheme, java.lang.String hostName, int port, int defaultPort, java.lang.String userName, java.lang.String password, java.lang.String path, FileType type)LayeredFileName(java.lang.String scheme, FileName outerUri, java.lang.String path, FileType type)URLFileName(java.lang.String scheme, java.lang.String hostName, int port, int defaultPort, java.lang.String userName, java.lang.String password, java.lang.String path, FileType type, java.lang.String queryString) -
Uses of FileType in org.apache.commons.vfs.provider.compressed
Methods in org.apache.commons.vfs.provider.compressed that return FileType Modifier and Type Method Description protected FileTypeCompressedFileFileObject. 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 Modifier and Type Method Description protected FileTypeFtpFileObject. doGetType()Determines the type of the file, returns null if the file does not exist.Methods in org.apache.commons.vfs.provider.ftp with parameters of type FileType Modifier and Type Method Description protected voidFtpFileObject. onChildrenChanged(FileName child, FileType newType)Called when the children of this file change. -
Uses of FileType in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http that return FileType Modifier and Type Method Description protected FileTypeHttpFileObject. 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 Modifier and Type Method Description protected FileTypeLocalFile. doGetType()Returns the file's type.Methods in org.apache.commons.vfs.provider.local with parameters of type FileType Modifier and Type Method Description protected FileNameGenericFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)protected abstract FileNameLocalFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)protected FileNameWindowsFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)FileNameLocalFileName. createName(java.lang.String path, FileType type)Factory method for creating name instances.FileNameWindowsFileName. createName(java.lang.String path, FileType type)Factory method for creating name instances.Constructors in org.apache.commons.vfs.provider.local with parameters of type FileType Constructor Description LocalFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)WindowsFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type) -
Uses of FileType in org.apache.commons.vfs.provider.ram
Methods in org.apache.commons.vfs.provider.ram that return FileType Modifier and Type Method Description protected FileTypeRamFileObject. doGetType()Methods in org.apache.commons.vfs.provider.ram with parameters of type FileType Modifier and Type Method Description protected voidRamFileObject. injectType(FileType fileType) -
Uses of FileType in org.apache.commons.vfs.provider.sftp
Methods in org.apache.commons.vfs.provider.sftp that return FileType Modifier and Type Method Description protected FileTypeSftpFileObject. doGetType()Determines the type of this 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 Modifier and Type Method Description protected FileTypeTarFileObject. 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 Modifier and Type Method Description protected FileTypeUrlFileObject. doGetType()Determines the type of the file.Constructors in org.apache.commons.vfs.provider.url with parameters of type FileType Constructor Description UrlFileName(java.lang.String scheme, java.lang.String hostName, int port, int defaultPort, java.lang.String userName, java.lang.String password, java.lang.String path, FileType type, java.lang.String queryString) -
Uses of FileType in org.apache.commons.vfs.provider.zip
Methods in org.apache.commons.vfs.provider.zip that return FileType Modifier and Type Method Description protected FileTypeZipFileObject. doGetType()Returns the file's type.
-