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 classVirtualFileNameA 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 FileObjectVirtualFileSystem. 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 classGenericFileNameA file name that represents a 'generic' URI, as per RFC 2396.classGenericURLFileNameGeneric file name that represents a URL.classLayeredFileNameA file name for layered files.classURLFileNameDeprecated.UseGenericURLFileNameas 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 FileObjectAbstractFileSystem. 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 FileObjectBzip2FileSystem. 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 FileObjectCompressedFileFileSystem. 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 FileObjectFtpFileSystem. 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 FileObjectGzipFileSystem. 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 FileObjectHttpFileSystem. 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 FileObjectHttp4FileSystem. 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 ZipFileObjectJarFileSystem. 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 classLocalFileNameA local file URI.classWindowsFileNameA local file URI.Methods in org.apache.commons.vfs2.provider.local with parameters of type AbstractFileName Modifier and Type Method Description protected FileObjectLocalFileSystem. 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 FileObjectRamFileSystem. 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 classResourceFileNameA 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 FileObjectSftpFileSystem. 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 FileObjectTarFileSystem. createFile(AbstractFileName name)Creates a file object.protected TarFileObjectTarFileSystem. 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 classUrlFileNameA URL FileName.Methods in org.apache.commons.vfs2.provider.url with parameters of type AbstractFileName Modifier and Type Method Description protected FileObjectUrlFileSystem. 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 FileObjectZipFileSystem. createFile(AbstractFileName name)Creates a file object.protected ZipFileObjectZipFileSystem. 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.
-