# JavaMethodExactor **Repository Path**: yzwbrian/JavaMethodExactor ## Basic Information - **Project Name**: JavaMethodExactor - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-12 - **Last Updated**: 2024-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```