View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window test-collector-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.cjan.test_collector
├─ org.cjan.test_collector.EnvironmentProperties.class - [JAR]
├─ org.cjan.test_collector.ServerResponse.class - [JAR]
├─ org.cjan.test_collector.Status.class - [JAR]
├─ org.cjan.test_collector.Test.class - [JAR]
├─ org.cjan.test_collector.TestCollectMojo.class - [JAR]
├─ org.cjan.test_collector.TestResults.class - [JAR]
├─ org.cjan.test_collector.TestRun.class - [JAR]
├─ org.cjan.test_collector.UploadException.class - [JAR]
├─ org.cjan.test_collector.Uploader.class - [JAR]
├─ org.cjan.test_collector.Utils.class - [JAR]