https://github.com/alfonsog-dev/javaparsing
A simple parsing for Java files.
https://github.com/alfonsog-dev/javaparsing
Last synced: about 1 month ago
JSON representation
A simple parsing for Java files.
- Host: GitHub
- URL: https://github.com/alfonsog-dev/javaparsing
- Owner: AlfonsoG-dev
- Created: 2025-01-02T21:54:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-28T04:47:38.000Z (7 months ago)
- Last Synced: 2025-10-28T05:24:03.924Z (7 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Parsing
- Parsing application written in java to get the class methods with in a file.
## References
- [Coogle](https://www.youtube.com/watch?v=wK1HjnwDQng&t=1s) by *Tsoding*.
## Dependencies
- [Java 23](https://www.oracle.com/java/technologies/downloads/)
- [java build tool](https://github.com/AlfonsoG-dev/javaBuild.git)
- [java 23 api documentation](https://download.java.net/java/early_access/valhalla/docs/api/java.base/module-summary.html)
## Installation
1. Copy or clone the repository
```shell
git clone https://github.com/AlfonsoG-dev/JavaParsing
```
2. Build the project
- This project is build using my custom [build tool](https://github.com/AlfonsoG-dev/javaBuild).
```shell
javaBuild.exe --build
```
- Or use the *powersehll* script.
```shell
build.ps1
```
>- in Linux.
```shell
./build.sh
```
## Disclaimer
- This project is for educational purposes.
- Security issues are not taken into account.
- Use it at your own **risk**.