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 tracee-api-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.tracee
├─ io.tracee.BackendProviderResolver.class - [JAR]
├─ io.tracee.BackendProviderSet.class - [JAR]
├─ io.tracee.Tracee.class - [JAR]
├─ io.tracee.TraceeBackend.class - [JAR]
├─ io.tracee.TraceeConstants.class - [JAR]
├─ io.tracee.TraceeException.class - [JAR]
io.tracee.spi
├─ io.tracee.spi.TraceeBackendProvider.class - [JAR]
io.tracee.configuration
├─ io.tracee.configuration.TraceeFilterConfiguration.class - [JAR]