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

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
io.methvin : directory-watcher jar 0.15.0
com.github.pathikrit : better-files_2.13 jar 3.8.0

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.13 jar 4.8.3
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.13