Uses of Class
org.apache.commons.vfs2.provider.AbstractFileName
Packages that use AbstractFileName
Package
Description
The standard VFS implementation.
The File Provider API, and utility classes.
The BZIP2 File Provider.
The compressed file provider.
The FTP File Provider.
The GZIP File Provider.
The HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 File Provider.
The Jar File Provider.
The Local File Provider.
The RAM File Provider.
The Resource File Provider.
The SFTP Provider.
The Tar File Provider.
The Default File Provider, which wraps
URL
.The Zip File Provider.
-
Uses of AbstractFileName in org.apache.commons.vfs2.impl
Subclasses of AbstractFileName in org.apache.commons.vfs2.implModifier and TypeClassDescriptionclass
A simple file name to hold the scheme for to be created virtual file system.Methods in org.apache.commons.vfs2.impl with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
VirtualFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.impl with parameters of type AbstractFileNameModifierConstructorDescriptionVirtualFileSystem
(AbstractFileName rootFileName, FileSystemOptions fileSystemOptions) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider
Subclasses of AbstractFileName in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
A file name that represents a 'generic' URI, as per RFC 2396.class
Generic file name that represents a URL.class
A file name for layered files.class
Deprecated.Methods in org.apache.commons.vfs2.provider with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected abstract FileObject
AbstractFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
AbstractFileObject
(AbstractFileName fileName, AFS fileSystem) Constructs a new instance for subclasses.DelegateFileObject
(AbstractFileName fileName, AFS fileSystem, FileObject fileObject) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.bzip2
Methods in org.apache.commons.vfs2.provider.bzip2 with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
Bzip2FileSystem.createFile
(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.bzip2 with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
Bzip2FileObject
(AbstractFileName fileName, FileObject container, Bzip2FileSystem fileSystem) Constructs a new instance.protected
Bzip2FileObject
(AbstractFileName name, FileObject container, CompressedFileFileSystem fs) Deprecated. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.compressed
Methods in org.apache.commons.vfs2.provider.compressed with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected abstract FileObject
CompressedFileFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.compressed with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
CompressedFileFileObject
(AbstractFileName fileName, FileObject container, FS fileSystem) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
FtpFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
FtpFileObject
(AbstractFileName fileName, FtpFileSystem fileSystem, FileName rootName) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.gzip
Methods in org.apache.commons.vfs2.provider.gzip with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
GzipFileSystem.createFile
(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.gzip with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
GzipFileObject
(AbstractFileName name, FileObject container, CompressedFileFileSystem fs) Deprecated.protected
GzipFileObject
(AbstractFileName fileName, FileObject container, GzipFileSystem fileSystem) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
HttpFileSystem.createFile
(AbstractFileName name) Deprecated.Creates a file object.Constructors in org.apache.commons.vfs2.provider.http with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
HttpFileObject
(AbstractFileName fileName, FS fileSystem) Deprecated.Constructs a new instance.protected
HttpFileObject
(AbstractFileName fileName, FS fileSystem, HttpFileSystemConfigBuilder builder) Deprecated.Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
Http4FileSystem.createFile
(AbstractFileName name) Deprecated.Constructors in org.apache.commons.vfs2.provider.http4 with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
Http4FileObject
(AbstractFileName name, FS fileSystem) Deprecated.ConstructsHttp4FileObject
.protected
Http4FileObject
(AbstractFileName name, FS fileSystem, Http4FileSystemConfigBuilder builder) Deprecated.ConstructsHttp4FileObject
. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
Http5FileSystem.createFile
(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.http5 with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
Http5FileObject
(AbstractFileName name, FS fileSystem) ConstructsHttp4FileObject
.protected
Http5FileObject
(AbstractFileName name, FS fileSystem, Http5FileSystemConfigBuilder builder) ConstructsHttp4FileObject
. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.jar
Methods in org.apache.commons.vfs2.provider.jar with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected ZipFileObject
JarFileSystem.createZipFileObject
(AbstractFileName name, ZipEntry entry) Constructors in org.apache.commons.vfs2.provider.jar with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
JarFileObject
(AbstractFileName fileName, ZipEntry entry, JarFileSystem fileSystem, boolean zipExists) Constructs a new instance.protected
JarFileSystem
(AbstractFileName rootFileName, FileObject parentLayer, FileSystemOptions fileSystemOptions) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.local
Subclasses of AbstractFileName in org.apache.commons.vfs2.provider.localModifier and TypeClassDescriptionclass
A local file URI.class
A local file URI.Methods in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
LocalFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
LocalFile
(LocalFileSystem fileSystem, String rootFile, AbstractFileName name) Creates a non-root file. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.ram
Methods in org.apache.commons.vfs2.provider.ram with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
RamFileSystem.createFile
(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.ram with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
RamFileObject
(AbstractFileName fileName, RamFileSystem fileSystem) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.res
Subclasses of AbstractFileName in org.apache.commons.vfs2.provider.res -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
SftpFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
SftpFileObject
(AbstractFileName fileName, SftpFileSystem fileSystem) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.tar
Methods in org.apache.commons.vfs2.provider.tar with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
TarFileSystem.createFile
(AbstractFileName name) Creates a file object.protected TarFileObject
TarFileSystem.createTarFileObject
(AbstractFileName fileName, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) Creates a new TarFileObject.Constructors in org.apache.commons.vfs2.provider.tar with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
TarFileObject
(AbstractFileName fileName, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, TarFileSystem fileSystem, boolean tarExists) Constructs a new instance.protected
TarFileSystem
(AbstractFileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.url
Subclasses of AbstractFileName in org.apache.commons.vfs2.provider.urlMethods in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
UrlFileSystem.createFile
(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
UrlFileObject
(UrlFileSystem fileSystem, AbstractFileName fileName) Constructs a new instance. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.zip
Methods in org.apache.commons.vfs2.provider.zip with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObject
ZipFileSystem.createFile
(AbstractFileName name) Creates a file object.protected ZipFileObject
ZipFileSystem.createZipFileObject
(AbstractFileName fileName, ZipEntry entry) Creates a new Zip file object.Constructors in org.apache.commons.vfs2.provider.zip with parameters of type AbstractFileNameModifierConstructorDescriptionprotected
ZipFileObject
(AbstractFileName fileName, ZipEntry entry, ZipFileSystem fileSystem, boolean zipExists) Constructs a new instance.ZipFileSystem
(AbstractFileName rootFileName, FileObject parentLayer, FileSystemOptions fileSystemOptions) Constructs a new instance.
GenericURLFileName
as it doesn't depend on HTTP Client v3 API directly.