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 HTTP4 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 java.net.URL.
The Zip File Provider.
-
Uses of AbstractFileName in org.apache.commons.vfs2.impl
Subclasses of AbstractFileName in org.apache.commons.vfs2.implModifier and TypeClassDescriptionclassA simple Filename 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 FileObjectVirtualFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.impl with parameters of type AbstractFileNameModifierConstructorDescriptionVirtualFileSystem(AbstractFileName rootName, FileSystemOptions fileSystemOptions) -
Uses of AbstractFileName in org.apache.commons.vfs2.provider
Subclasses of AbstractFileName in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclassA file name that represents a 'generic' URI, as per RFC 2396.classGeneric file name that represents a URL.classA file name for layered files.classDeprecated.Fields in org.apache.commons.vfs2.provider declared as AbstractFileNameMethods in org.apache.commons.vfs2.provider with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected abstract FileObjectAbstractFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedAbstractFileObject(AbstractFileName name, AFS fileSystem) DelegateFileObject(AbstractFileName name, AFS fileSystem, FileObject file) -
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 FileObjectBzip2FileSystem.createFile(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.bzip2 with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedBzip2FileObject(AbstractFileName name, FileObject container, Bzip2FileSystem fs) protectedBzip2FileObject(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 FileObjectCompressedFileFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.compressed with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedCompressedFileFileObject(AbstractFileName name, FileObject container, FS fs) -
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 FileObjectFtpFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedFtpFileObject(AbstractFileName name, FtpFileSystem fileSystem, FileName rootName) -
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 FileObjectGzipFileSystem.createFile(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.gzip with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedGzipFileObject(AbstractFileName name, FileObject container, CompressedFileFileSystem fs) Deprecated.protectedGzipFileObject(AbstractFileName name, FileObject container, GzipFileSystem fs) -
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 FileObjectHttp4FileSystem.createFile(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.http4 with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedHttp4FileObject(AbstractFileName name, FS fileSystem) ConstructHttp4FileObject.protectedHttp4FileObject(AbstractFileName name, FS fileSystem, Http4FileSystemConfigBuilder builder) ConstructHttp4FileObject. -
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 ZipFileObjectJarFileSystem.createZipFileObject(AbstractFileName name, ZipEntry entry) Constructors in org.apache.commons.vfs2.provider.jar with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedJarFileObject(AbstractFileName name, ZipEntry entry, JarFileSystem fs, boolean zipExists) protectedJarFileSystem(AbstractFileName rootName, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.local
Subclasses of AbstractFileName in org.apache.commons.vfs2.provider.localModifier and TypeClassDescriptionclassA local file URI.classA local file URI.Methods in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileNameModifier and TypeMethodDescriptionprotected FileObjectLocalFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedLocalFile(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 FileObjectRamFileSystem.createFile(AbstractFileName name) Constructors in org.apache.commons.vfs2.provider.ram with parameters of type AbstractFileName -
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 FileObjectSftpFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedSftpFileObject(AbstractFileName name, SftpFileSystem fileSystem) -
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 FileObjectTarFileSystem.createFile(AbstractFileName name) Creates a file object.protected TarFileObjectTarFileSystem.createTarFileObject(AbstractFileName name, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) Constructors in org.apache.commons.vfs2.provider.tar with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedTarFileObject(AbstractFileName name, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, TarFileSystem fs, boolean tarExists) protectedTarFileSystem(AbstractFileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
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 FileObjectUrlFileSystem.createFile(AbstractFileName name) Creates a file object.Constructors in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedUrlFileObject(UrlFileSystem fs, AbstractFileName fileName) -
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 FileObjectZipFileSystem.createFile(AbstractFileName name) Creates a file object.protected ZipFileObjectZipFileSystem.createZipFileObject(AbstractFileName name, ZipEntry entry) Constructors in org.apache.commons.vfs2.provider.zip with parameters of type AbstractFileNameModifierConstructorDescriptionprotectedZipFileObject(AbstractFileName name, ZipEntry entry, ZipFileSystem fs, boolean zipExists) ZipFileSystem(AbstractFileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
GenericURLFileNameas it doesn't depend on Http Client v3 API directly.