Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider.
|
org.apache.commons.vfs2.provider.http4 |
The HTTP4 File Provider.
|
Modifier and Type | Method and Description |
---|---|
FileContentInfoFactory |
FileSystemManager.getFileContentInfoFactory()
Gets the class to use to determine the content-type (mime-type).
|
Modifier and Type | Class and Description |
---|---|
class |
FileContentInfoFilenameFactory
The FileContentInfoFilenameFactory.
|
Modifier and Type | Method and Description |
---|---|
FileContentInfoFactory |
DefaultFileSystemManager.getFileContentInfoFactory()
Gets the fileContentInfoFactory used to determine the infos of a file content.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory)
Sets the fileContentInfoFactory used to determine the infos of a file content.
|
Modifier and Type | Method and Description |
---|---|
protected FileContentInfoFactory |
AbstractFileObject.getFileContentInfoFactory()
Creates the FileContentInfo factory.
|
Constructor and Description |
---|
DefaultFileContent(AbstractFileObject fileObject,
FileContentInfoFactory fileContentInfoFactory)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileContentInfoFactory
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
protected FileContentInfoFactory |
HttpFileObject.getFileContentInfoFactory()
Deprecated.
Gets a new FileContentInfoFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileContentInfoFactory
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
protected FileContentInfoFactory |
Http4FileObject.getFileContentInfoFactory()
Deprecated.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.