Skip to content

lecousin/java-framework-system

Repository files navigation

lecousin.net - Java system framework

The system library allows few operating system specific operations, such as detecting physical drives.

The system-api library defines the interface to be implemented for each operating system.

The system.unix and system.windows contain implementations for Unix/Mac and Windows OS.

The system-impl contains a POM with profiles to automatically add a dependency to either system.unix or system.windows depending on your operating system.

Build status

Maven Central

build status build status

system-api Javadoc

Development branch

build status build status