java-class-enumerator
java-class-enumerator copied to clipboard
Simple code to dynamically discover Java classes. See http://stackoverflow.com/questions/176527/how-can-i-enumerate-all-classes-in-a-package-and-add-them-to-a-list/3527428#3527428
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I get a FileNotFoundException when going through a jar file if the jar file or its path contain a space: ``` C:\Users\foobar\test>java -jar "Class Enumeration.jar" ClassDiscovery: Package: com.example.test.dynamic becomes Path:com/example/test/dynamic...
I run with the Junit in test-class,it cann't get the files in class package. So that means this class can not work with unit test. Thanks a lot:) PS:what about...
I have the following directory setup ``` src +---main | +---java | | +---com | | | \---example | | | \---test | | | \---dynamic | | | |...