package file
- Alphabetic
- By Inheritance
- file
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final class FileSystem extends IOCloseable
- final class Path extends Watchable
- implicit final class WatchEventOps[A] extends AnyVal
-
final
class
WatchKey extends AnyRef
A token representing the registration of a watchable object with a
WatchService.A token representing the registration of a watchable object with a
WatchService. -
final
class
WatchService extends IOCloseable
A watch service that watches registered objects for changes and events.
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 for changes so that it can update its display of the list of files when files are created or deleted.
Note if any of the methods, or a stream returned by the
streammethod, is used after thisWatchServicehas been closed, the operation will die with aClosedWatchServiceException. - trait Watchable extends AnyRef
Value Members
- object FileSystem
- object Files
- object Path
- object WatchService
- object Watchable