package filewatch
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class DefaultFileWatchService extends FileWatchService
Implementation of the file watch service that uses a native implementation for Mac and otherwise uses the JDK's WatchService implementation.
- trait FileWatchService extends AnyRef
A service that can watch files
- trait FileWatcher extends AnyRef
A watcher, that watches files.
- trait LoggerProxy extends AnyRef
Proxy interface to a logger.
- class OptionalFileWatchServiceDelegate extends FileWatchService
Watch service that delegates to a try.
Watch service that delegates to a try. This allows it to exist without reporting an exception unless it's used.
- class PollingFileWatchService extends FileWatchService
A polling Play watch service.
A polling Play watch service. Polls in the background.
- final class WatchState extends AnyRef
Value Members
- object FileWatchService
- object SourceModificationWatch
Copied from sbt.
- object WatchState