Package | Description |
---|---|
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.bzip2 |
The BZIP2 File Provider
|
org.apache.commons.vfs2.provider.compressed |
The compressed file provider
|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.gzip |
The GZIP File Provider
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.jar |
The Jar File Provider.
|
org.apache.commons.vfs2.provider.local |
The Local File Provider.
|
org.apache.commons.vfs2.provider.ram |
The RAM File Provider.
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
org.apache.commons.vfs2.provider.tar |
The Tar File Provider.
|
org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps java.net.URL.
|
org.apache.commons.vfs2.provider.zip |
The Zip File Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualFileName
A simple Filename to hold the scheme for to be created virtual filesytsem.
|
Modifier and Type | Method and Description |
---|---|
protected FileObject |
VirtualFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
VirtualFileSystem(AbstractFileName rootName,
FileSystemOptions fileSystemOptions) |
Modifier and Type | Class and Description |
---|---|
class |
GenericFileName
A file name that represents a 'generic' URI, as per RFC 2396.
|
class |
LayeredFileName
A file name for layered files.
|
class |
URLFileName |
Modifier and Type | Method and Description |
---|---|
protected abstract FileObject |
AbstractFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
AbstractFileObject(AbstractFileName name,
AbstractFileSystem fs) |
DelegateFileObject(AbstractFileName name,
AbstractFileSystem fileSystem,
FileObject file) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
Bzip2FileSystem.createFile(AbstractFileName name) |
Constructor and Description |
---|
Bzip2FileObject(AbstractFileName name,
FileObject container,
CompressedFileFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected abstract FileObject |
CompressedFileFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
CompressedFileFileObject(AbstractFileName name,
FileObject container,
CompressedFileFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
FtpFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
FtpFileObject(AbstractFileName name,
FtpFileSystem fileSystem,
FileName rootName) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
GzipFileSystem.createFile(AbstractFileName name) |
Constructor and Description |
---|
GzipFileObject(AbstractFileName name,
FileObject container,
CompressedFileFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
HttpFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
HttpFileObject(AbstractFileName name,
HttpFileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
protected ZipFileObject |
JarFileSystem.createZipFileObject(AbstractFileName name,
ZipEntry entry) |
Constructor and Description |
---|
JarFileObject(AbstractFileName name,
ZipEntry entry,
JarFileSystem fs,
boolean zipExists) |
JarFileSystem(AbstractFileName rootName,
FileObject file,
FileSystemOptions fileSystemOptions) |
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 name,
RamFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
SftpFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
Constructor and Description |
---|
SftpFileObject(AbstractFileName name,
SftpFileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
TarFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
protected TarFileObject |
TarFileSystem.createTarFileObject(AbstractFileName name,
org.apache.commons.vfs2.provider.tar.TarEntry entry) |
Constructor and Description |
---|
TarFileObject(AbstractFileName name,
org.apache.commons.vfs2.provider.tar.TarEntry entry,
TarFileSystem fs,
boolean tarExists) |
TarFileSystem(AbstractFileName rootName,
FileObject parentLayer,
FileSystemOptions fileSystemOptions) |
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 fs,
AbstractFileName fileName) |
Modifier and Type | Method and Description |
---|---|
protected FileObject |
ZipFileSystem.createFile(AbstractFileName name)
Creates a file object.
|
protected ZipFileObject |
ZipFileSystem.createZipFileObject(AbstractFileName name,
ZipEntry entry) |
Constructor and Description |
---|
ZipFileObject(AbstractFileName name,
ZipEntry entry,
ZipFileSystem fs,
boolean zipExists) |
ZipFileSystem(AbstractFileName rootName,
FileObject parentLayer,
FileSystemOptions fileSystemOptions) |
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.