/JavaMethodExactor

A simple and fast Java method extractor can quickly extract the Java method information in the project, including method, parameter, return value, class name, etc

Primary LanguageJava

JavaExtractor

About the project

The project is a code extractor, whose function is to input the path of a java project and output the method information in the project. The method information includes the class name, method name, method body code, return value, parameter, etc. it is very convenient to use. I have packaged the project code into a jar package, which can be run according to the command to quickly extract the Java method information

Environmental

jDK 1.8
Maven

How to use

# The first parameter is the project path, and the second parameter is the specific file to output to
# example
java -jar JavaMethodExactor.jar /home/javaproject ./ouput.txt