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 dotwebstack-backend-sparql-0.1.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dotwebstack.framework.backend.sparql
├─ org.dotwebstack.framework.backend.sparql.QueryEvaluator.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.SparqlBackend.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.SparqlBackendFactory.class - [JAR]
org.dotwebstack.framework.backend.sparql.informationproduct
├─ org.dotwebstack.framework.backend.sparql.informationproduct.SparqlBackendInformationProduct.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.informationproduct.SparqlBackendInformationProductFactory.class - [JAR]
org.dotwebstack.framework.backend.sparql.updatestep
├─ org.dotwebstack.framework.backend.sparql.updatestep.SparqlBackendUpdateStepFactory.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.updatestep.UpdateStepExecutor.class - [JAR]
org.dotwebstack.framework.backend.sparql.persistencestep
├─ org.dotwebstack.framework.backend.sparql.persistencestep.PersistenceInsertIntoGraphStepExecutor.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.persistencestep.PersistenceInsertIntoGraphsStepExecutor.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.persistencestep.PersistenceInsertIntoStepExecutor.class - [JAR]
├─ org.dotwebstack.framework.backend.sparql.persistencestep.SparqlBackendPersistenceStepFactory.class - [JAR]