Uses of Enum
org.apache.commons.vfs2.FileType
Packages that use FileType
Package
Description
The public VFS API.
VFS File caching
The standard VFS implementation.
The File Provider API, and utility classes.
The compressed file provider
The FTP File Provider.
The HTTP 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.vfs2
Methods in org.apache.commons.vfs2 that return FileTypeModifier and TypeMethodDescriptionFileName.getType()
Returns the requested or current type of this name.FileObject.getType()
Returns this file's type.static FileType
Returns the enum constant of this type with the specified name.static FileType[]
FileType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.vfs2 with parameters of type FileTypeModifierConstructorDescriptionFileTypeSelector
(FileType type) Creates a new selector for the given file type. -
Uses of FileType in org.apache.commons.vfs2.cache
Methods in org.apache.commons.vfs2.cache that return FileType -
Uses of FileType in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileTypeMethods in org.apache.commons.vfs2.impl with parameters of type FileTypeConstructors in org.apache.commons.vfs2.impl with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileTypeModifier and TypeMethodDescriptionprotected abstract FileType
AbstractFileObject.doGetType()
Determines the type of this file.protected FileType
DelegateFileObject.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 FileType
UriParser.normalisePath
(StringBuilder path) Normalises a path.Methods in org.apache.commons.vfs2.provider with parameters of type FileTypeModifier and TypeMethodDescriptionvoid
DelegateFileObject.attachChild
(FileName baseName, FileType type) Adds a child to this file.protected void
AbstractFileObject.childrenChanged
(FileName childName, FileType newType) Notifies the file that its children have changed.abstract FileName
AbstractFileName.createName
(String absolutePath, FileType fileType) Factory method for creating name instances.GenericFileName.createName
(String absPath, FileType type) Create a FileName.LayeredFileName.createName
(String path, FileType type) Create a FileName.URLFileName.createName
(String absPath, FileType type) Create a FileName.protected void
AbstractFileObject.handleCreate
(FileType newType) Called when this file is created.protected void
AbstractFileObject.injectType
(FileType fileType) protected void
AbstractFileObject.onChildrenChanged
(FileName child, FileType newType) Called when the children of this file change.Constructors in org.apache.commons.vfs2.provider with parameters of type FileTypeModifierConstructorDescriptionAbstractFileName
(String scheme, String absPath, FileType type) protected
GenericFileName
(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.vfs2.provider.compressed
Methods in org.apache.commons.vfs2.provider.compressed that return FileType -
Uses of FileType in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return FileTypeModifier and TypeMethodDescriptionprotected FileType
FtpFileObject.doGetType()
Determines the type of the file, returns null if the file does not exist.Methods in org.apache.commons.vfs2.provider.ftp with parameters of type FileTypeModifier and TypeMethodDescriptionprotected void
FtpFileObject.onChildrenChanged
(FileName child, FileType newType) Called when the children of this file change. -
Uses of FileType in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return FileType -
Uses of FileType in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local that return FileTypeModifier and TypeMethodDescriptionprotected FileType
LocalFile.doGetType()
Returns the file's type.Methods in org.apache.commons.vfs2.provider.local with parameters of type FileTypeModifier and TypeMethodDescriptionprotected FileName
GenericFileNameParser.createFileName
(String scheme, String rootFile, String path, FileType type) protected abstract FileName
LocalFileNameParser.createFileName
(String scheme, String rootFile, String path, FileType type) protected FileName
WindowsFileNameParser.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.vfs2.provider.local with parameters of type FileTypeModifierConstructorDescriptionprotected
LocalFileName
(String scheme, String rootFile, String path, FileType type) protected
WindowsFileName
(String scheme, String rootFile, String path, FileType type) -
Uses of FileType in org.apache.commons.vfs2.provider.ram
Methods in org.apache.commons.vfs2.provider.ram that return FileTypeMethods in org.apache.commons.vfs2.provider.ram with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that return FileType -
Uses of FileType in org.apache.commons.vfs2.provider.tar
Methods in org.apache.commons.vfs2.provider.tar that return FileType -
Uses of FileType in org.apache.commons.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url that return FileTypeModifier and TypeMethodDescriptionprotected FileType
UrlFileObject.doGetType()
Determines the type of the file.Constructors in org.apache.commons.vfs2.provider.url with parameters of type FileType -
Uses of FileType in org.apache.commons.vfs2.provider.zip
Methods in org.apache.commons.vfs2.provider.zip that return FileType