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 messagechannel-api-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.crypnotic.messagechannel.api
├─ me.crypnotic.messagechannel.api.MessageChannelAPI.class - [JAR]
me.crypnotic.messagechannel.api.exception
├─ me.crypnotic.messagechannel.api.exception.MessageChannelException.class - [JAR]
me.crypnotic.messagechannel.api.pipeline
├─ me.crypnotic.messagechannel.api.pipeline.IPipeline.class - [JAR]
├─ me.crypnotic.messagechannel.api.pipeline.IPipelineRegistry.class - [JAR]
├─ me.crypnotic.messagechannel.api.pipeline.PipelineMessage.class - [JAR]
me.crypnotic.messagechannel.api.access
├─ me.crypnotic.messagechannel.api.access.IMessageChannel.class - [JAR]
├─ me.crypnotic.messagechannel.api.access.IRelay.class - [JAR]