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 zg2pro-formatter-plugin-0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zg2pro.formatter.plugin.prettier
├─ com.github.zg2pro.formatter.plugin.prettier.PrettierPartHandler.class - [JAR]
com.github.zg2pro.formatter.plugin.editorconfig
├─ com.github.zg2pro.formatter.plugin.editorconfig.EditorConfigPartHandler.class - [JAR]
├─ com.github.zg2pro.formatter.plugin.editorconfig.IgnoreRules.class - [JAR]
├─ com.github.zg2pro.formatter.plugin.editorconfig.LoggerWrapper.class - [JAR]
com.github.zg2pro.formatter.plugin.hook
├─ com.github.zg2pro.formatter.plugin.hook.HookPartHandler.class - [JAR]
com.github.zg2pro.formatter.plugin
├─ com.github.zg2pro.formatter.plugin.AbstractFormatterService.class - [JAR]
├─ com.github.zg2pro.formatter.plugin.ForceFormatMojo.class - [JAR]
com.github.zg2pro.formatter.plugin.groovy
├─ com.github.zg2pro.formatter.plugin.groovy.GroovyPartHandler.class - [JAR]
com.github.zg2pro.formatter.plugin.util
├─ com.github.zg2pro.formatter.plugin.util.DependenciesVersions.class - [JAR]
├─ com.github.zg2pro.formatter.plugin.util.FileOverwriter.class - [JAR]
com.github.zg2pro.formatter.plugin.scala
├─ com.github.zg2pro.formatter.plugin.scala.ScalaPartHandler.class - [JAR]