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 snail-job-server-starter-1.0.0-beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aizuda.snailjob.server.starter.schedule
├─ com.aizuda.snailjob.server.starter.schedule.OfflineNodeSchedule.class - [JAR]
com.aizuda.snailjob.server.starter.listener
├─ com.aizuda.snailjob.server.starter.listener.EndListener.class - [JAR]
├─ com.aizuda.snailjob.server.starter.listener.StartListener.class - [JAR]
com.aizuda.snailjob.server.starter.dispatch
├─ com.aizuda.snailjob.server.starter.dispatch.ConsumerBucket.class - [JAR]
├─ com.aizuda.snailjob.server.starter.dispatch.ConsumerBucketActor.class - [JAR]
├─ com.aizuda.snailjob.server.starter.dispatch.DispatchService.class - [JAR]
com.aizuda.snailjob.server
├─ com.aizuda.snailjob.server.SnailJobServerApplication.class - [JAR]