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 james-server-task-memory-3.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.task.eventsourcing
├─ org.apache.james.task.eventsourcing.AdditionalInformationUpdated.class - [JAR]
├─ org.apache.james.task.eventsourcing.CancelCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.CancelRequested.class - [JAR]
├─ org.apache.james.task.eventsourcing.Cancelled.class - [JAR]
├─ org.apache.james.task.eventsourcing.CompleteCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.Completed.class - [JAR]
├─ org.apache.james.task.eventsourcing.CreateCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.Created.class - [JAR]
├─ org.apache.james.task.eventsourcing.DecisionProjection.class - [JAR]
├─ org.apache.james.task.eventsourcing.EventSourcingTaskManager.class - [JAR]
├─ org.apache.james.task.eventsourcing.FailCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.Failed.class - [JAR]
├─ org.apache.james.task.eventsourcing.MemoryTaskExecutionDetailsProjection.class - [JAR]
├─ org.apache.james.task.eventsourcing.MemoryTerminationSubscriber.class - [JAR]
├─ org.apache.james.task.eventsourcing.RequestCancelCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.StartCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.Started.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskAggregate.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskAggregateId.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskCommand.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskEvent.class - [JAR]
├─ org.apache.james.task.eventsourcing.TaskExecutionDetailsProjection.class - [JAR]
├─ org.apache.james.task.eventsourcing.TerminalTaskEvent.class - [JAR]
├─ org.apache.james.task.eventsourcing.TerminationSubscriber.class - [JAR]
├─ org.apache.james.task.eventsourcing.UpdateCommandHandler.class - [JAR]
├─ org.apache.james.task.eventsourcing.WorkQueueSupplier.class - [JAR]
├─ org.apache.james.task.eventsourcing.WorkerStatusListener.class - [JAR]
org.apache.james.task
├─ org.apache.james.task.MemoryTaskManager.class - [JAR]
├─ org.apache.james.task.MemoryWorkQueue.class - [JAR]
├─ org.apache.james.task.SerialTaskManagerWorker.class - [JAR]
├─ org.apache.james.task.TaskExecutionDetailsUpdater.class - [JAR]
├─ org.apache.james.task.TaskManagerWorker.class - [JAR]
├─ org.apache.james.task.TaskWithId.class - [JAR]
├─ org.apache.james.task.WorkQueue.class - [JAR]