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 figshare-client-java-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.researchspace.figshare.api
├─ com.researchspace.figshare.api.Figshare.class - [JAR]
├─ com.researchspace.figshare.api.FileOperations.class - [JAR]
com.researchspace.figshare.model
├─ com.researchspace.figshare.model.Account.class - [JAR]
├─ com.researchspace.figshare.model.ArticlePost.class - [JAR]
├─ com.researchspace.figshare.model.ArticlePresenter.class - [JAR]
├─ com.researchspace.figshare.model.Author.class - [JAR]
├─ com.researchspace.figshare.model.Category.class - [JAR]
├─ com.researchspace.figshare.model.FigshareError.class - [JAR]
├─ com.researchspace.figshare.model.FigshareResponse.class - [JAR]
├─ com.researchspace.figshare.model.FilePart.class - [JAR]
├─ com.researchspace.figshare.model.FilePresenter.class - [JAR]
├─ com.researchspace.figshare.model.FileUploadProcess.class - [JAR]
├─ com.researchspace.figshare.model.License.class - [JAR]
├─ com.researchspace.figshare.model.Location.class - [JAR]
├─ com.researchspace.figshare.model.PrivateArticle.class - [JAR]
├─ com.researchspace.figshare.model.PrivateArticleLink.class - [JAR]
├─ com.researchspace.figshare.model.ProjectLite.class - [JAR]
com.researchspace.figshare.impl
├─ com.researchspace.figshare.impl.FigshareTemplate.class - [JAR]
├─ com.researchspace.figshare.impl.FigshareUtils.class - [JAR]
├─ com.researchspace.figshare.impl.FileOperationsImpl.class - [JAR]
├─ com.researchspace.figshare.impl.FileSplitter.class - [JAR]
├─ com.researchspace.figshare.impl.LoggingResponseErrorHandler.class - [JAR]
├─ com.researchspace.figshare.impl.RestUtil.class - [JAR]