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 ontop-endpoint-4.3.0-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.unibz.inf.ontop.endpoint.beans
├─ it.unibz.inf.ontop.endpoint.beans.OntopVirtualRepositoryBean.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.beans.PortalConfigComponent.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.beans.PredefinedQueryComponent.class - [JAR]
it.unibz.inf.ontop.endpoint
├─ it.unibz.inf.ontop.endpoint.OntopEndpointApplication.class - [JAR]
it.unibz.inf.ontop.endpoint.controllers
├─ it.unibz.inf.ontop.endpoint.controllers.AutoRestartController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.OntologyFetcherController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.PortalConfigController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.PortalController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.PredefinedQueryController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.ReformulateController.class - [JAR]
├─ it.unibz.inf.ontop.endpoint.controllers.SparqlQueryController.class - [JAR]
it.unibz.inf.ontop.endpoint.processor
├─ it.unibz.inf.ontop.endpoint.processor.SparqlQueryExecutor.class - [JAR]