Modifier and Type | Class and Description |
---|---|
class |
DelegateFileObject<AFS extends AbstractFileSystem>
A file backed by another file.
|
Constructor and Description |
---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory) |
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileObject
the bzip2 file.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFileFileObject<FS extends CompressedFileFileSystem>
A compressed file.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileObject
An FTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileObject
A Gzip file.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsFileObject
A VFS representation of an HDFS file.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileObject<FS extends HttpFileSystem>
A file object backed by Apache Commons HttpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileObject<FS extends Http4FileSystem>
A file object backed by Apache HttpComponents HttpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
Http5FileObject<FS extends Http5FileSystem>
A file object backed by Apache HttpComponents HttpClient v5.
|
Modifier and Type | Class and Description |
---|---|
class |
JarFileObject
A file in a Jar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFile
A file object implementation which uses direct file access.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileObject
A RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileObject
An SFTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileObject
A file in a Tar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileObject
A
FileObject implementation backed by a URL . |
Modifier and Type | Class and Description |
---|---|
class |
ZipFileObject
A file in a ZIP file system.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFileObject |
FileObjectUtils.getAbstractFileObject(FileObject fileObject)
Gets access to the base object even if decorated.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.