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 agent-controller-1.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bithon.agent.controller
├─ org.bithon.agent.controller.AgentControllerConfig.class - [JAR]
├─ org.bithon.agent.controller.AgentControllerInitializer.class - [JAR]
├─ org.bithon.agent.controller.IAgentController.class - [JAR]
├─ org.bithon.agent.controller.IAgentControllerFactory.class - [JAR]
org.bithon.agent.controller.cmd
├─ org.bithon.agent.controller.cmd.IAgentCommand.class - [JAR]
org.bithon.agent.controller.setting
├─ org.bithon.agent.controller.setting.AgentSettingManager.class - [JAR]
├─ org.bithon.agent.controller.setting.IAgentSettingRefreshListener.class - [JAR]