- A tiny library (8kB)
- with minimal public API (3 classes, 6 methods, 21 fields)
- for convenient access to standardized directories
- on Linux, Windows (≥ 7) and macOS
- running on the JVM
The library provides the location of directories by leveraging the mechanisms defined by
The idea is that application authors – instead of just dumping their application’s data into ~/.barapp – can use a small API that returns the appropriate directories for each different kind of data an application might save to disk on each operating system:
In other parts of the world:
True. :-)
I’m kind of scared of proposing it as an addition to the JDK, because usually additions to Java end up being either completely over-engineered or broken (or both).