/parsejava

A small tool for grabbing the class name for Java files using JavaParser.

Primary LanguageJava

parsejava

A small tool for grabbing the class name for Java files using JavaParser.

Prebuilts

Prebuilt packages can be found in the dist folder.

Building

Project can be built using gradle build, can be run using gradle run -Pargs="['test.java']" and can be built for distribution using gradle fatJar.