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 okapi-testing-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencypher.okapi.testing.propertygraph
├─ org.opencypher.okapi.testing.propertygraph.Graph.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.GraphFactory.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.ParsingContext.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.TestGraph.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.TestGraphFactory.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.TestNode.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.TestParser.class - [JAR]
├─ org.opencypher.okapi.testing.propertygraph.TestRelationship.class - [JAR]
org.opencypher.okapi.testing
├─ org.opencypher.okapi.testing.Bag.class - [JAR]
├─ org.opencypher.okapi.testing.BaseTestFixture.class - [JAR]
├─ org.opencypher.okapi.testing.BaseTestSuite.class - [JAR]
├─ org.opencypher.okapi.testing.PGDSAcceptance.class - [JAR]
├─ org.opencypher.okapi.testing.SingleGraphDataSource.class - [JAR]