Skip to content

pvorb/property-providers

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

property-providers Build Status Code Coverage

property-providers is a lightweight library for providing java.util.Properties for your projects. At its heart there is the FileWatchingPropertyProvider, which uses java.nio.file.WatchService to detect changes in a property file and reloads the property file once a change is detected. A PropertiesUpdateListener can be registered to be informed of update events.

Maven

The library is available on Maven Central.

JavaDoc

JavaDoc API

License

MIT License

About

Provides services to simplify property file (re-)loading

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages