Uses of Class
org.apache.commons.vfs.FileType
Packages that use FileType
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
The FTP File Provider.
The Local File Provider.
The RAM File Provider.
The SFTP Provider.
The Tar File Provider.
The Default File Provider, which wraps java.net.URL.
The Zip File Provider.
-
Uses of FileType in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as FileTypeModifier and TypeFieldDescriptionstatic final FileTypeFileType.FILEA regular file.static final FileTypeFileType.FILE_OR_FOLDERA file or folder.static final FileTypeFileType.FOLDERA folder.static final FileTypeFileType.IMAGINARYA file that does not exist.Methods in org.apache.commons.vfs that return FileTypeModifier and TypeMethodDescriptionFileName.getType()Returns the requested or current type of this name.FileObject.getType()Returns this file's type.Constructors in org.apache.commons.vfs with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache that return FileType -
Uses of FileType in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return FileTypeMethods in org.apache.commons.vfs.impl with parameters of type FileTypeConstructors in org.apache.commons.vfs.impl with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileTypeModifier and TypeMethodDescriptionprotected 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.AbstractFileName.getType()Returns the requested or current type of this name.AbstractFileObject.getType()Returns the file's type.static FileTypeUriParser.normalisePath(StringBuffer path) Normalises a path.Methods in org.apache.commons.vfs.provider with parameters of type FileTypeModifier and TypeMethodDescriptionvoidDelegateFileObject.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(String absPath, FileType type) Factory method for creating name instances.GenericFileName.createName(String absPath, FileType type) LayeredFileName.createName(String path, FileType type) URLFileName.createName(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 FileTypeModifierConstructorDescriptionAbstractFileName(String scheme, String absPath, FileType type) protectedGenericFileName(String scheme, String hostName, int port, int defaultPort, String userName, String password, String path, FileType type) LayeredFileName(String scheme, FileName outerUri, String path, FileType type) URLFileName(String scheme, String hostName, int port, int defaultPort, String userName, String password, String path, FileType type, String queryString) -
Uses of FileType in org.apache.commons.vfs.provider.compressed
Methods in org.apache.commons.vfs.provider.compressed that return FileType -
Uses of FileType in org.apache.commons.vfs.provider.ftp
Methods in org.apache.commons.vfs.provider.ftp that return FileTypeModifier and TypeMethodDescriptionprotected 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 FileTypeModifier and TypeMethodDescriptionprotected 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 -
Uses of FileType in org.apache.commons.vfs.provider.local
Methods in org.apache.commons.vfs.provider.local that return FileTypeModifier and TypeMethodDescriptionprotected FileTypeLocalFile.doGetType()Returns the file's type.Methods in org.apache.commons.vfs.provider.local with parameters of type FileTypeModifier and TypeMethodDescriptionprotected FileNameGenericFileNameParser.createFileName(String scheme, String rootFile, String path, FileType type) protected abstract FileNameLocalFileNameParser.createFileName(String scheme, String rootFile, String path, FileType type) protected FileNameWindowsFileNameParser.createFileName(String scheme, String rootFile, String path, FileType type) LocalFileName.createName(String path, FileType type) Factory method for creating name instances.WindowsFileName.createName(String path, FileType type) Factory method for creating name instances.Constructors in org.apache.commons.vfs.provider.local with parameters of type FileTypeModifierConstructorDescriptionprotectedLocalFileName(String scheme, String rootFile, String path, FileType type) protectedWindowsFileName(String scheme, String rootFile, String path, FileType type) -
Uses of FileType in org.apache.commons.vfs.provider.ram
Methods in org.apache.commons.vfs.provider.ram that return FileTypeMethods in org.apache.commons.vfs.provider.ram with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs.provider.sftp
Methods in org.apache.commons.vfs.provider.sftp that return FileType -
Uses of FileType in org.apache.commons.vfs.provider.tar
Methods in org.apache.commons.vfs.provider.tar that return FileType -
Uses of FileType in org.apache.commons.vfs.provider.url
Methods in org.apache.commons.vfs.provider.url that return FileTypeModifier and TypeMethodDescriptionprotected FileTypeUrlFileObject.doGetType()Determines the type of the file.Constructors in org.apache.commons.vfs.provider.url with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs.provider.zip
Methods in org.apache.commons.vfs.provider.zip that return FileType