play-file-watch

Play File Watch Library. Watch files in a platform independent way.

License

License

GroupId

GroupId

com.lightbend.play
ArtifactId

ArtifactId

play-file-watch_2.10
Last Version

Last Version

1.1.16
Release Date

Release Date

Type

Type

jar
Description

Description

play-file-watch
Play File Watch Library. Watch files in a platform independent way.
Project URL

Project URL

https://github.com/playframework/play-file-watch
Project Organization

Project Organization

Lightbend Inc.
Source Code Management

Source Code Management

https://github.com/playframework/play-file-watch

Download play-file-watch_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.10/ -->
<dependency>
    <groupId>com.lightbend.play</groupId>
    <artifactId>play-file-watch_2.10</artifactId>
    <version>1.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.10/
implementation 'com.lightbend.play:play-file-watch_2.10:1.1.16'
// https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.10/
implementation ("com.lightbend.play:play-file-watch_2.10:1.1.16")
'com.lightbend.play:play-file-watch_2.10:jar:1.1.16'
<dependency org="com.lightbend.play" name="play-file-watch_2.10" rev="1.1.16">
  <artifact name="play-file-watch_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.play', module='play-file-watch_2.10', version='1.1.16')
)
libraryDependencies += "com.lightbend.play" % "play-file-watch_2.10" % "1.1.16"
[com.lightbend.play/play-file-watch_2.10 "1.1.16"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
io.methvin : directory-watcher jar 0.15.0
com.github.pathikrit : better-files_2.10 jar 2.17.0

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.10 jar 3.10.0
com.lightbend.play : jnotify jar 0.94-play-2

Project Modules

There are no modules declared in this project.

Play File Watch Library

This is the Play File Watch library. It can be used to watch files in a platform independent way. It uses the JDK7 WatchService on platforms that provide an asynchronous file watch service (notably OS X doesn't, it uses polling), falling back to a different implementation for Mac OS X and then to a polling watch service.

The OS X directory watching implementation is provided by https://github.com/gmethvin/directory-watcher. That provides a native Mac OS X implementation of the WatchService and a thin abstraction layer for recursively watching directories.

com.lightbend.play

Play Framework

Versions

Version
1.1.16
1.1.15
1.1.14
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0