Packages

p

play.dev

filewatch

package filewatch

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. trait FileWatchService extends AnyRef

    A service that can watch files

  3. trait FileWatcher extends AnyRef

    A watcher, that watches files.

  4. trait LoggerProxy extends AnyRef

    Proxy interface to a logger.

  5. 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.

  6. class PollingFileWatchService extends FileWatchService

    A polling Play watch service.

    A polling Play watch service. Polls in the background.

  7. final class WatchState extends AnyRef

Value Members

  1. object FileWatchService
  2. object SourceModificationWatch

    Copied from sbt.

  3. object WatchState

Ungrouped