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 cabin-api-0.1.3-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.esastack.cabin.api.service.share
├─ io.esastack.cabin.api.service.share.LibModuleExportService.class - [JAR]
├─ io.esastack.cabin.api.service.share.SharedClassService.class - [JAR]
├─ io.esastack.cabin.api.service.share.SharedResourceService.class - [JAR]
io.esastack.cabin.api.service.deploy
├─ io.esastack.cabin.api.service.deploy.BizModuleFactoryService.class - [JAR]
├─ io.esastack.cabin.api.service.deploy.BizModuleLoadService.class - [JAR]
├─ io.esastack.cabin.api.service.deploy.JavaAgentModuleFactoryService.class - [JAR]
├─ io.esastack.cabin.api.service.deploy.JavaAgentModuleLoadService.class - [JAR]
├─ io.esastack.cabin.api.service.deploy.LibModuleFactoryService.class - [JAR]
├─ io.esastack.cabin.api.service.deploy.LibModuleLoadService.class - [JAR]
io.esastack.cabin.api.service.loader
├─ io.esastack.cabin.api.service.loader.BizModuleClassLoaderParam.class - [JAR]
├─ io.esastack.cabin.api.service.loader.ClassLoaderService.class - [JAR]
├─ io.esastack.cabin.api.service.loader.LibModuleClassLoaderParam.class - [JAR]
io.esastack.cabin.api.service
├─ io.esastack.cabin.api.service.CabinService.class - [JAR]
io.esastack.cabin.api.domain
├─ io.esastack.cabin.api.domain.Module.class - [JAR]