Is it possible to get all the packages and classes from a source directory (eg. from src/main/java) using Java? (looking at Classpath and Package does not seems achievable).
I am open to another language if it is unachievable in Java.
Is it possible to get all the packages and classes from a source directory (eg. from src/main/java) using Java? (looking at Classpath and Package does not seems achievable).
I am open to another language if it is unachievable in Java.