Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 5.52 KB

File metadata and controls

75 lines (55 loc) · 5.52 KB

Java-1-Class-Utilities

codeship badge

Last update 01/03/2017

Description

Series of common utility classes (sometimes mini-frameworks), each packed in a single class, very useful to any app. You can copy freely the class you need into your project.

Each utility was built along the time, and it was implemented because I didn't find any similar on Internet, or maybe because it was not available at that time... whatever. I still keep adding new utilities.

Utilities

I would be glad if you find any of the classes useful. Here are some:

Series of scripts useful to any app:

ModemManager

This utility depends on the javax.comm API, but that's not available on maven repository because of legal issues. So, if you want to use the ModemManager utility, download the javax.comm library and install it into your local maven repository. Then, uncomment the ModemManager class, uncomment the maven dependency from the pom.xml and recompile the project.

To install the javax.comm library execute the following command:

mvn install:install-file -Dfile=./comm-3.0-u1.jar -DgroupId=javax.comm -DartifactId=comm -Dversion=3.0-u1 -Dpackaging=jar

Tests

There are some junits implemented. Somes are @ignored to speed up compilation. These: