Skip to content

pshdev0/directory-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DirectoryWatcher

Simple class to watch a directory and act on file create, modify, delete, and default actions via lambda functions:

new DirectoryWatcher(Paths.get("./my/dir/"),
	filePath -> {}, // create
	filePath -> {}, // modify
	filePath -> {}, // delete
	() -> {} // default
);

Use mvn deploy to install into your local Maven directory ~/.m2/repositories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages