perryhg / usbdrivedetector

A Java library to get a list of all usb storage devices connected to the computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB Drive Detector

A Java library to get a list of all usb storage devices connected to the computer. It works on the three main operating systems (Windows, Linux and OS X).

###Maven dependency To include this library in your project just use:

<dependency>
    <groupId>net.samuelcampos</groupId>
    <artifactId>usbdrivedectector</artifactId>
    <version>1.0.0</version>
</dependency>

About

A Java library to get a list of all usb storage devices connected to the computer.


Languages

Language:Java 100.0%