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 macgyver-java-agent-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.macgyver.agent.sender.http
├─ io.macgyver.agent.sender.http.HttpAgentSender.class - [JAR]
io.macgyver.agent
├─ io.macgyver.agent.AgentException.class - [JAR]
├─ io.macgyver.agent.AppEventBuilder.class - [JAR]
├─ io.macgyver.agent.AppMetadataProvider.class - [JAR]
├─ io.macgyver.agent.MacGyverAgent.class - [JAR]
├─ io.macgyver.agent.ThreadDump.class - [JAR]
io.macgyver.agent.decorator
├─ io.macgyver.agent.decorator.HostStatusDecorator.class - [JAR]
├─ io.macgyver.agent.decorator.StandardDiscoveryDecorator.class - [JAR]
├─ io.macgyver.agent.decorator.StatusDecorator.class - [JAR]
io.macgyver.agent.sender.sns
├─ io.macgyver.agent.sender.sns.SnsAgentSender.class - [JAR]