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 sentilo-agent-federation-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sentilo.agent.federation.job
├─ org.sentilo.agent.federation.job.SubscriptionsJob.class - [JAR]
org.sentilo.agent.federation
├─ org.sentilo.agent.federation.SentiloConfAgentServer.class - [JAR]
org.sentilo.agent.federation.service
├─ org.sentilo.agent.federation.service.LocalPlatformService.class - [JAR]
├─ org.sentilo.agent.federation.service.RemotePlatformService.class - [JAR]
├─ org.sentilo.agent.federation.service.SubscriptionService.class - [JAR]
org.sentilo.agent.federation.service.impl
├─ org.sentilo.agent.federation.service.impl.LocalPlatformServiceImpl.class - [JAR]
├─ org.sentilo.agent.federation.service.impl.RemotePlatformServiceImpl.class - [JAR]
├─ org.sentilo.agent.federation.service.impl.SubscriptionServiceImpl.class - [JAR]
org.sentilo.agent.federation.domain
├─ org.sentilo.agent.federation.domain.Application.class - [JAR]
├─ org.sentilo.agent.federation.domain.FederationConfig.class - [JAR]
org.sentilo.agent.federation.controller
├─ org.sentilo.agent.federation.controller.SubscriptionController.class - [JAR]