FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

java-extractor/README.md at main · gitbugactions/java-extractor · GitHub

Latest commit

 

History

History
7 lines (5 loc) · 314 Bytes

File metadata and controls

7 lines (5 loc) · 314 Bytes

Code Extractor for Java

This tool uses https://github.com/javaparser/javaparser to extract code from Java files.

Currently, it supports the following modes:

  • Extract the largest method containing all given lines (using the --lines option).
  • Extract the method given its name (using the --method option).

Back | FazBrowse Home | New Git URL