FileMonitor

Creates file systems events as stream or observable watch events

License

License

GroupId

GroupId

com.github.mperry
ArtifactId

ArtifactId

file-monitor
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

FileMonitor
Creates file systems events as stream or observable watch events
Project URL

Project URL

https://github.com/mperry/file-monitor
Source Code Management

Source Code Management

https://github.com/mperry/file-monitor.git

Download file-monitor

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
org.functionaljava : functionaljava jar 4.2
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-api jar 1.7.7
commons-io : commons-io jar 1.4
com.netflix.rxjava : rxjava-core jar 0.20.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

File Monitoring

Uses Java NIO to create a stream of file system events (java.nio.file.WatchEvent) as either a RxJava Observable or FunctionalJava Stream of WatchEvent's.

Latest version is release 0.1 on Maven Central.

Versions

Version
0.2
0.1