An open API service indexing awesome lists of open source software.

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.

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**.