Package

play.dev

filewatch

Permalink

package filewatch

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultFileWatchService extends FileWatchService

    Permalink

    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

    Permalink

    A service that can watch files

  3. trait FileWatcher extends AnyRef

    Permalink

    A watcher, that watches files.

  4. trait LoggerProxy extends AnyRef

    Permalink

    Proxy interface to a logger.

  5. class OptionalFileWatchServiceDelegate extends FileWatchService

    Permalink

    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

    Permalink

    A polling Play watch service.

    A polling Play watch service. Polls in the background.

  7. final class WatchState extends AnyRef

    Permalink

Value Members

  1. object FileWatchService

    Permalink
  2. object SourceModificationWatch

    Permalink

    Copied from sbt.

  3. object WatchState

    Permalink

Ungrouped