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 spring-shell-test-autoconfigure-3.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.shell.test.autoconfigure
├─ org.springframework.shell.test.autoconfigure.AutoConfigureShell.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.AutoConfigureShellTestClient.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.ShellAutoConfiguration.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.ShellTest.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.ShellTestClientAutoConfiguration.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.ShellTestContextBootstrapper.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.ShellTypeExcludeFilter.class - [JAR]
├─ org.springframework.shell.test.autoconfigure.SpringShellTestProperties.class - [JAR]