See: Description
Interface | Description |
---|---|
FileNameParser |
Provides methods to parse a filename into a
FileName . |
FileProvider |
A file provider.
|
FileReplicator |
Responsible for making local replicas of files.
|
LocalFileProvider |
A file provider which handles local files.
|
TemporaryFileStore |
Manages a repository of temporary local files.
|
VfsComponent |
This interface is used to manage the lifecycle of all VFS components.
|
VfsComponentContext |
Allows VFS components to access the services they need, such as the file
replicator.
|
Class | Description |
---|---|
AbstractFileName |
A default file name implementation.
|
AbstractFileNameParser |
Provides methods to parse a filename into a
FileName . |
AbstractFileObject |
A partial file object implementation.
|
AbstractFileProvider |
A partial
FileProvider implementation. |
AbstractFileSystem |
A partial
FileSystem implementation. |
AbstractLayeredFileProvider |
A
FileProvider that is layered on top of another, such as the
contents of a zip or tar file. |
AbstractOriginatingFileProvider |
A
FileProvider that handles physical files, such as the files in a
local fs, or on an FTP server. |
AbstractRandomAccessContent |
Implements the DataOutput part of the RandomAccessContent interface and throws
UnsupportedOperationException if one of those methods are called.
|
AbstractRandomAccessStreamContent |
Implements the part usable for all stream base random access implementations.
|
AbstractVfsComponent |
A partial
VfsComponent implementation. |
AbstractVfsContainer |
A
VfsComponent that contains a set of sub-components. |
CompositeFileProvider |
Description.
|
DefaultFileContent |
The content of a file.
|
DefaultURLConnection |
A default URL connection that will work for most file systems.
|
DefaultURLStreamHandler |
A default URL stream handler that will work for most file systems.
|
DelegateFileObject |
A file backed by another file.
|
GenericFileName |
A file name that represents a 'generic' URI, as per RFC 2396.
|
HostFileNameParser |
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path Does not handle a query string (after ?) |
HostFileNameParser.Authority |
Parsed authority info (scheme, hostname, userinfo, port)
|
LayeredFileName |
A file name for layered files.
|
LayeredFileNameParser |
Implementation for layered filesystems.
|
UriParser |
Utilities for dealing with URIs.
|
URLFileName | |
URLFileNameParser |
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString |
The File Provider API, and utility classes.
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.