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 onlyoffice-helper-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.wpyuan.onlyofficehelper.infra.util
├─ com.github.wpyuan.onlyofficehelper.infra.util.ApplicationContextUtil.class - [JAR]
com.github.wpyuan.onlyofficehelper.app.service
├─ com.github.wpyuan.onlyofficehelper.app.service.InitDataService.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.app.service.TrackService.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.app.service.UploadService.class - [JAR]
com.github.wpyuan.onlyofficehelper.api.dto
├─ com.github.wpyuan.onlyofficehelper.api.dto.EditorDto.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.api.dto.FileDto.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.api.dto.IndexDto.class - [JAR]
com.github.wpyuan.onlyofficehelper.infra.enums
├─ com.github.wpyuan.onlyofficehelper.infra.enums.FileType.class - [JAR]
com.github.wpyuan.onlyofficehelper.config
├─ com.github.wpyuan.onlyofficehelper.config.CorsConfig.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.config.EnableOnlyofficeClientAutoConfiguration.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.config.OnlyofficeProperties.class - [JAR]
com.github.wpyuan.onlyofficehelper.infra.helper
├─ com.github.wpyuan.onlyofficehelper.infra.helper.ConfigManager.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.infra.helper.DocumentManager.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.infra.helper.FileModel.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.infra.helper.FileUtility.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.infra.helper.ServiceConverter.class - [JAR]
com.github.wpyuan.onlyofficehelper.api.controller
├─ com.github.wpyuan.onlyofficehelper.api.controller.CallbackController.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.api.controller.EditorController.class - [JAR]
├─ com.github.wpyuan.onlyofficehelper.api.controller.IndexController.class - [JAR]