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 marmotta-util-rdfpatch-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.marmotta.platform.ldp.patch.model
├─ org.apache.marmotta.platform.ldp.patch.model.PatchLine.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.model.WildcardStatement.class - [JAR]
org.apache.marmotta.platform.ldp.patch.parser
├─ org.apache.marmotta.platform.ldp.patch.parser.ParseException.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.RdfPatchParser.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.RdfPatchParserImpl.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.RdfPatchParserImplConstants.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.RdfPatchParserImplTokenManager.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.SimpleCharStream.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.Token.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.parser.TokenMgrError.class - [JAR]
org.apache.marmotta.platform.ldp.patch
├─ org.apache.marmotta.platform.ldp.patch.InvalidPatchDocumentException.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.RdfPatchIO.class - [JAR]
├─ org.apache.marmotta.platform.ldp.patch.RdfPatchUtil.class - [JAR]