package file
- Alphabetic
- By Inheritance
- file
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class FileSystem extends IOCloseable with FileSystemPlatformSpecific
- trait FileSystemPlatformSpecific extends AnyRef
- trait FilesPlatformSpecific extends AnyRef
- 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
stream
method, is used after thisWatchService
has been closed, the operation will die with aClosedWatchServiceException
. - trait WatchServicePlatformSpecific extends AnyRef
- trait Watchable extends AnyRef
Value Members
- object FileSystem
- object Files extends FilesPlatformSpecific
- object Path
- object WatchService extends WatchServicePlatformSpecific
- object Watchable