play.dev

filewatch

package filewatch

Visibility
  1. Public
  2. All

Type Members

  1. trait FileWatchService extends AnyRef

    A service that can watch files

  2. trait FileWatcher extends AnyRef

    A watcher, that watches files.

  3. class JavaFileWatchService extends FileWatchService

    Implementation of the file watch service that uses the JDK7 WatchService API.

  4. trait LoggerProxy extends AnyRef

    Proxy interface to a logger.

  5. class OptionalFileWatchServiceDelegate extends FileWatchService

    Watch service that delegates to a try.

  6. class PollingFileWatchService extends FileWatchService

    A polling Play watch service.

  7. final class WatchState extends AnyRef

Value Members

  1. object FileWatchService

  2. object SourceModificationWatch

    Copied from sbt.

  3. object WatchState

Ungrouped