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 kylin-cube-migration-3.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.kylin.rest.exception
├─ org.apache.kylin.rest.exception.ConflictException.class - [JAR]
├─ org.apache.kylin.rest.exception.RuleValidationException.class - [JAR]
org.apache.kylin.rest.controller
├─ org.apache.kylin.rest.controller.MigrationController.class - [JAR]
org.apache.kylin.rest.service
├─ org.apache.kylin.rest.service.MigrationRuleSet.class - [JAR]
├─ org.apache.kylin.rest.service.MigrationService.class - [JAR]
org.apache.kylin.rest.request
├─ org.apache.kylin.rest.request.MigrationRequest.class - [JAR]
org.apache.kylin.rest.util
├─ org.apache.kylin.rest.util.MailNotificationUtil.class - [JAR]