Uses of Class
org.apache.commons.vfs2.provider.AbstractFileName
-
-
Uses of AbstractFileName in org.apache.commons.vfs2.impl
Subclasses of AbstractFileName in org.apache.commons.vfs2.impl Modifier and Type Class Description class
VirtualFileName
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 AbstractFileName Modifier and Type Method Description protected FileObject
VirtualFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.impl with parameters of type AbstractFileName Constructor Description VirtualFileSystem(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.provider Modifier and Type Class Description class
GenericFileName
A file name that represents a 'generic' URI, as per RFC 2396.class
GenericURLFileName
Generic file name that represents a URL.class
LayeredFileName
A file name for layered files.class
URLFileName
Deprecated.UseGenericURLFileName
as it doesn't depend on HTTP Client v3 API directly.Methods in org.apache.commons.vfs2.provider with parameters of type AbstractFileName Modifier and Type Method Description protected abstract FileObject
AbstractFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider with parameters of type AbstractFileName Constructor Description 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 AbstractFileName Modifier and Type Method Description protected FileObject
Bzip2FileSystem. createFile(AbstractFileName name)
Constructors in org.apache.commons.vfs2.provider.bzip2 with parameters of type AbstractFileName Constructor Description Bzip2FileObject(AbstractFileName fileName, FileObject container, Bzip2FileSystem fileSystem)
Constructs a new instance.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 AbstractFileName Modifier and Type Method Description protected abstract FileObject
CompressedFileFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider.compressed with parameters of type AbstractFileName Constructor Description 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 AbstractFileName Modifier and Type Method Description protected FileObject
FtpFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type AbstractFileName Constructor Description 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 AbstractFileName Modifier and Type Method Description protected FileObject
GzipFileSystem. createFile(AbstractFileName name)
Constructors in org.apache.commons.vfs2.provider.gzip with parameters of type AbstractFileName Constructor Description GzipFileObject(AbstractFileName name, FileObject container, CompressedFileFileSystem fs)
Deprecated.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 AbstractFileName Modifier and Type Method Description protected FileObject
HttpFileSystem. createFile(AbstractFileName name)
Deprecated.Creates a file object.Constructors in org.apache.commons.vfs2.provider.http with parameters of type AbstractFileName Constructor Description HttpFileObject(AbstractFileName fileName, FS fileSystem)
Deprecated.Constructs a new instance.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 AbstractFileName Modifier and Type Method Description protected FileObject
Http4FileSystem. createFile(AbstractFileName name)
Deprecated.Constructors in org.apache.commons.vfs2.provider.http4 with parameters of type AbstractFileName Constructor Description Http4FileObject(AbstractFileName name, FS fileSystem)
Deprecated.ConstructsHttp4FileObject
.Http4FileObject(AbstractFileName name, FS fileSystem, Http4FileSystemConfigBuilder builder)
Deprecated.ConstructsHttp4FileObject
. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.jar
Methods in org.apache.commons.vfs2.provider.jar with parameters of type AbstractFileName Modifier and Type Method Description protected ZipFileObject
JarFileSystem. createZipFileObject(AbstractFileName name, java.util.zip.ZipEntry entry)
Constructors in org.apache.commons.vfs2.provider.jar with parameters of type AbstractFileName Constructor Description JarFileObject(AbstractFileName fileName, java.util.zip.ZipEntry entry, JarFileSystem fileSystem, boolean zipExists)
Constructs a new instance.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.local Modifier and Type Class Description class
LocalFileName
A local file URI.class
WindowsFileName
A local file URI.Methods in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileName Modifier and Type Method Description protected FileObject
LocalFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileName Constructor Description LocalFile(LocalFileSystem fileSystem, java.lang.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 AbstractFileName Modifier and Type Method Description protected FileObject
RamFileSystem. createFile(AbstractFileName name)
Constructors in org.apache.commons.vfs2.provider.ram with parameters of type AbstractFileName Constructor Description 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 Modifier and Type Class Description class
ResourceFileName
A resource file URI. -
Uses of AbstractFileName in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp with parameters of type AbstractFileName Modifier and Type Method Description protected FileObject
SftpFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type AbstractFileName Constructor Description 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 AbstractFileName Modifier and Type Method Description protected 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 AbstractFileName Constructor Description TarFileObject(AbstractFileName fileName, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, TarFileSystem fileSystem, boolean tarExists)
Constructs a new instance.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.url Modifier and Type Class Description class
UrlFileName
A URL FileName.Methods in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileName Modifier and Type Method Description protected FileObject
UrlFileSystem. createFile(AbstractFileName name)
Creates a file object.Constructors in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileName Constructor Description 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 AbstractFileName Modifier and Type Method Description protected FileObject
ZipFileSystem. createFile(AbstractFileName name)
Creates a file object.protected ZipFileObject
ZipFileSystem. createZipFileObject(AbstractFileName fileName, java.util.zip.ZipEntry entry)
Creates a new Zip file object.Constructors in org.apache.commons.vfs2.provider.zip with parameters of type AbstractFileName Constructor Description ZipFileObject(AbstractFileName fileName, java.util.zip.ZipEntry entry, ZipFileSystem fileSystem, boolean zipExists)
Constructs a new instance.ZipFileSystem(AbstractFileName rootFileName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
Constructs a new instance.
-