0

How do I list the sub packages of a package in my Java project.

For example:

org.example.test
org.example.test.test1
org.example.test.test2
org.example.another_test

How to list all the packages belonging to the project, which starts with org.example

Bionix1441
  • 2,135
  • 1
  • 30
  • 65
  • 1
    Does this answer your question? [Getting the list of packages in a java project](https://stackoverflow.com/questions/26500004/getting-the-list-of-packages-in-a-java-project) – Kaneda Jul 21 '22 at 23:53
  • See if the link below provides a satisfying answer : https://stackoverflow.com/questions/15893174/list-all-subpackages-of-a-package – Ebillson GRAND JEAN Jul 22 '22 at 01:49

0 Answers0