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 org-netbeans-modules-web-indent-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.web.indent.api.support
├─ org.netbeans.modules.web.indent.api.support.AbstractIndenter.class - [JAR]
├─ org.netbeans.modules.web.indent.api.support.IndentCommand.class - [JAR]
├─ org.netbeans.modules.web.indent.api.support.IndenterContextData.class - [JAR]
├─ org.netbeans.modules.web.indent.api.support.IndenterFormattingContext.class - [JAR]
├─ org.netbeans.modules.web.indent.api.support.MarkupAbstractIndenter.class - [JAR]
org.netbeans.modules.web.indent.api
├─ org.netbeans.modules.web.indent.api.LexUtilities.class - [JAR]
org.netbeans.modules.web.indent.api.embedding
├─ org.netbeans.modules.web.indent.api.embedding.JoinedTokenSequence.class - [JAR]
├─ org.netbeans.modules.web.indent.api.embedding.VirtualSource.class - [JAR]