Modifier and Type | Class and Description |
---|---|
class |
VirtualFileName
A simple file name to hold the scheme for to be created virtual file system.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
VirtualFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
VirtualFileSystem(AbstractFileName rootFileName,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
Modifier and Type | Class and 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.
Use
GenericURLFileName as it doesn't depend on HTTP Client v3 API directly. |
Modifier and Type | Method and Description |
---|---|
protected abstract FileObject |
AbstractFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
AbstractFileObject(AbstractFileName fileName,
AFS fileSystem)
Constructs a new instance for subclasses.
|
DelegateFileObject(AbstractFileName fileName,
AFS fileSystem,
FileObject fileObject)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
Bzip2FileSystem.createFile(AbstractFileName name) |
Constructor and Description |
---|
Bzip2FileObject(AbstractFileName fileName,
FileObject container,
Bzip2FileSystem fileSystem)
Constructs a new instance.
|
Bzip2FileObject(AbstractFileName name,
FileObject container,
CompressedFileFileSystem fs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FileObject |
CompressedFileFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
CompressedFileFileObject(AbstractFileName fileName,
FileObject container,
FS fileSystem)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
FtpFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
FtpFileObject(AbstractFileName fileName,
FtpFileSystem fileSystem,
FileName rootName)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
GzipFileSystem.createFile(AbstractFileName name) |
Constructor and Description |
---|
GzipFileObject(AbstractFileName name,
FileObject container,
CompressedFileFileSystem fs)
Deprecated.
|
GzipFileObject(AbstractFileName fileName,
FileObject container,
GzipFileSystem fileSystem)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
HttpFileSystem.createFile(AbstractFileName name)
Deprecated.
Creates a file object.
|
Constructor and Description |
---|
HttpFileObject(AbstractFileName fileName,
FS fileSystem)
Deprecated.
Constructs a new instance.
|
HttpFileObject(AbstractFileName fileName,
FS fileSystem,
HttpFileSystemConfigBuilder builder)
Deprecated.
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
Http4FileSystem.createFile(AbstractFileName name)
Deprecated.
|
Constructor and Description |
---|
Http4FileObject(AbstractFileName name,
FS fileSystem)
Deprecated.
Constructs
Http4FileObject . |
Http4FileObject(AbstractFileName name,
FS fileSystem,
Http4FileSystemConfigBuilder builder)
Deprecated.
Constructs
Http4FileObject . |
Modifier and Type | Method and Description |
---|---|
protected ZipFileObject |
JarFileSystem.createZipFileObject(AbstractFileName name,
ZipEntry entry) |
Constructor and Description |
---|
JarFileObject(AbstractFileName fileName,
ZipEntry entry,
JarFileSystem fileSystem,
boolean zipExists)
Constructs a new instance.
|
JarFileSystem(AbstractFileName rootFileName,
FileObject parentLayer,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFileName
A local file URI.
|
class |
WindowsFileName
A local file URI.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
LocalFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
LocalFile(LocalFileSystem fileSystem,
String rootFile,
AbstractFileName name)
Creates a non-root file.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
RamFileSystem.createFile(AbstractFileName name) |
Constructor and Description |
---|
RamFileObject(AbstractFileName fileName,
RamFileSystem fileSystem)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceFileName
A resource file URI.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
SftpFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
SftpFileObject(AbstractFileName fileName,
SftpFileSystem fileSystem)
Constructs a new instance.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileName
A URL FileName.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
UrlFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
UrlFileObject(UrlFileSystem fileSystem,
AbstractFileName fileName)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
ZipFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
protected ZipFileObject |
ZipFileSystem.createZipFileObject(AbstractFileName fileName,
ZipEntry entry)
Creates a new Zip file object.
|
Constructor and Description |
---|
ZipFileObject(AbstractFileName fileName,
ZipEntry entry,
ZipFileSystem fileSystem,
boolean zipExists)
Constructs a new instance.
|
ZipFileSystem(AbstractFileName rootFileName,
FileObject parentLayer,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.