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 confluence-rest-api-7.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bsc.confluence.rest
├─ org.bsc.confluence.rest.AbstractRESTConfluenceService.class - [JAR]
├─ org.bsc.confluence.rest.RESTConfluenceService.class - [JAR]
org.bsc.confluence.rest.model
├─ org.bsc.confluence.rest.model.Attachment.class - [JAR]
├─ org.bsc.confluence.rest.model.Blogpost.class - [JAR]
├─ org.bsc.confluence.rest.model.IdHelper.class - [JAR]
├─ org.bsc.confluence.rest.model.Page.class - [JAR]
├─ org.bsc.confluence.rest.model.Storage.class - [JAR]