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 cli-comment-remover-0.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.qsy7.examples.cli.commentremover
├─ io.github.qsy7.examples.cli.commentremover.CommentRemoverCommandLineHandler.class - [JAR]
io.github.qsy7.examples.cli.commentremover.property
├─ io.github.qsy7.examples.cli.commentremover.property.AbsolutePath.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.ExcludePackages.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.PreserveClassHeaders.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.PreserveCopyRightHeaders.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RelativePath.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveJSP.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveJava.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveJavaScript.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveMultiLines.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveSingleLines.class - [JAR]
├─ io.github.qsy7.examples.cli.commentremover.property.RemoveTodos.class - [JAR]