SFMF4J: Simple File Monitor Facade For Java

SFMF4J is a simple file monitoring facade for Java. It attempts to do for file monitoring what SLF4J does for logging, which is to abstract away the API from the interface, such that library developers can write code against a file monitoring solution without forcing an application developer to use any particular file monitoring implementation.

License

License

GroupId

GroupId

com.github.sworisbreathing
ArtifactId

ArtifactId

sfmf4j
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

SFMF4J: Simple File Monitor Facade For Java
SFMF4J is a simple file monitoring facade for Java. It attempts to do for file monitoring what SLF4J does for logging, which is to abstract away the API from the interface, such that library developers can write code against a file monitoring solution without forcing an application developer to use any particular file monitoring implementation.
Project Organization

Project Organization

Steven Swor

Download sfmf4j

Filename Size
sfmf4j-1.0.pom 15 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sfmf4j-api
  • sfmf4j-commonsio
  • sfmf4j-jpathwatch
  • sfmf4j-nio2
  • sfmf4j-tests

Versions

Version
1.0