An interface that is implemented by objects that perform match operations on
paths.
API Doc Unchecked exception thrown when an attempt is made to invoke a method on an
object created by one file system provider with a parameter created by…
API Doc Checked exception thrown when an attempt is made to access a file that does
not exist.
API Doc Checked exception thrown when a file system operation is denied, typically
due to a file permission or other access check.
This exception is not…
API Doc Provides an interface to a file system and is the factory for objects to
access files and other objects in the file system.
The default file…
API Doc Thrown when a file system operation fails on one or two files. This class is
the general class for file system exceptions.
API Doc An event or a repeated event for an object that is registered with a WatchService.
An event is classified by its kind and has a count to indicate…
API Doc Unchecked exception thrown when an attempt is made to invoke an operation on
a file and the file system is closed.
API Doc Unchecked exception thrown when an attempt is made to invoke an operation on
a watch service that is closed.
API Doc An interface that is implemented by objects that decide if a directory
entry should be accepted or filtered. A Filter is passed as the
parameter…
API Doc An object to iterate over the entries in a directory. A directory stream
allows for the convenient use of the for-each construct to iterate over a
…
API Doc Checked exception thrown when an attempt is made to create a file or
directory and a file of that name already exists.
API Doc Storage for files. A FileStore represents a storage pool, device,
partition, volume, concrete file system or other implementation specific means
…
API Doc Unchecked exception thrown when path string cannot be converted into a
Path because the path string contains invalid characters, or
the path…
API Doc Checked exception thrown when a file system operation, intended for a
directory, fails because the file is not a directory.
API Doc Checked exception thrown when a file system operation fails because a file
is not a symbolic link.
API Doc An object that may be used to locate a file in a file system. It will
typically represent a system dependent file path.
A Path represents a path…
API Doc A DirectoryStream that defines operations on files that are located
relative to an open directory. A SecureDirectoryStream is intended
for use by…
API Doc A watch service that watches registered objects for changes and
events. For example a file manager may use a watch service to monitor a
directory…
API Doc A token representing the registration of a watchable object
with a WatchService.
A watch key is created when a watchable object is registered…
API Doc