Uses of Class
org.apache.commons.vfs2.FileType
-
Packages that use FileType Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.cache VFS File caching.org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.compressed The compressed file provider.org.apache.commons.vfs2.provider.ftp The FTP File Provider.org.apache.commons.vfs2.provider.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.ram The RAM File Provider.org.apache.commons.vfs2.provider.res The Resource File Provider.org.apache.commons.vfs2.provider.sftp The SFTP Provider.org.apache.commons.vfs2.provider.tar The Tar File Provider.org.apache.commons.vfs2.provider.url The Default File Provider, which wrapsURL.org.apache.commons.vfs2.provider.zip The Zip File Provider. -
-
Uses of FileType in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileType Modifier and Type Method Description FileTypeFileName. getType()Gets the requested or current type of this name.FileTypeFileObject. getType()Gets this file's type.static FileTypeFileType. valueOf(java.lang.String name)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 FileType Constructor Description FileTypeSelector(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 Modifier and Type Method Description FileTypeOnCallRefreshFileObject. getType() -
Uses of FileType in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileType Modifier and Type Method Description FileTypeDecoratedFileObject. getType()FileTypeSynchronizedFileObject. getType()Methods in org.apache.commons.vfs2.impl with parameters of type FileType Modifier and Type Method Description FileNameVirtualFileName. createName(java.lang.String absolutePath, FileType type)Constructors in org.apache.commons.vfs2.impl with parameters of type FileType Constructor Description VirtualFileName(java.lang.String scheme, java.lang.String absolutePath, FileType type)Constructs a new instance. -
Uses of FileType in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.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.StringBuilder path)Normalises a path.Methods in org.apache.commons.vfs2.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 absolutePath, FileType fileType)Factory method for creating name instances.FileNameGenericFileName. createName(java.lang.String absPath, FileType type)Create a FileName.FileNameGenericURLFileName. createName(java.lang.String absPath, FileType type)Creates a FileName.FileNameLayeredFileName. createName(java.lang.String path, FileType type)Creates a FileName.FileNameURLFileName. createName(java.lang.String absPath, FileType type)Deprecated.Create a FileName.protected voidAbstractFileObject. handleCreate(FileType newType)Called when this file is created.protected voidAbstractFileObject. injectType(FileType fileType)Sets the file type.protected voidAbstractFileObject. onChildrenChanged(FileName child, FileType newType)Called when the children of this file change.Constructors in org.apache.commons.vfs2.provider with parameters of type FileType Constructor Description AbstractFileName(java.lang.String scheme, java.lang.String absolutePath, FileType type)Constructs a new instance for subclasses.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)Constructs a new instance.GenericURLFileName(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)Constructs a new instance.LayeredFileName(java.lang.String scheme, FileName outerUri, java.lang.String path, FileType type)Constructs a new instance.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)Deprecated.Constructs a new instance. -
Uses of FileType in org.apache.commons.vfs2.provider.compressed
Methods in org.apache.commons.vfs2.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.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.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.vfs2.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.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return FileType Modifier and Type Method Description protected FileTypeHttpFileObject. doGetType()Deprecated.Determines the type of this file. -
Uses of FileType in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return FileType Modifier and Type Method Description protected FileTypeHttp4FileObject. doGetType()Deprecated. -
Uses of FileType in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local that return FileType Modifier and Type Method Description protected FileTypeLocalFile. doGetType()Returns the file's type.Methods in org.apache.commons.vfs2.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 fileType)Creates a FileName.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.vfs2.provider.local with parameters of type FileType Constructor Description LocalFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)Constructs a new instance.WindowsFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)Constructs a new instance. -
Uses of FileType in org.apache.commons.vfs2.provider.ram
Methods in org.apache.commons.vfs2.provider.ram that return FileType Modifier and Type Method Description protected FileTypeRamFileObject. doGetType()Methods in org.apache.commons.vfs2.provider.ram with parameters of type FileType Modifier and Type Method Description protected voidRamFileObject. injectType(FileType fileType) -
Uses of FileType in org.apache.commons.vfs2.provider.res
Methods in org.apache.commons.vfs2.provider.res with parameters of type FileType Modifier and Type Method Description protected FileNameResourceFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)FileNameResourceFileName. createName(java.lang.String path, FileType type)Factory method for creating name instances.Constructors in org.apache.commons.vfs2.provider.res with parameters of type FileType Constructor Description ResourceFileName(java.lang.String scheme, java.lang.String path, FileType type)Constructs a new instance. -
Uses of FileType in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.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.vfs2.provider.tar
Methods in org.apache.commons.vfs2.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.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url that return FileType Modifier and Type Method Description protected FileTypeUrlFileObject. doGetType()Determines the type of the file.Constructors in org.apache.commons.vfs2.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)The constructor. -
Uses of FileType in org.apache.commons.vfs2.provider.zip
Methods in org.apache.commons.vfs2.provider.zip that return FileType Modifier and Type Method Description protected FileTypeZipFileObject. doGetType()Returns the file's type.
-