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 ldclient-provider-rdf-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.ldclient.endpoint.rdf
├─ org.apache.marmotta.ldclient.endpoint.rdf.LinkedDataEndpoint.class - [JAR]
├─ org.apache.marmotta.ldclient.endpoint.rdf.SPARQLEndpoint.class - [JAR]
├─ org.apache.marmotta.ldclient.endpoint.rdf.StanbolEndpoint.class - [JAR]
org.apache.marmotta.ldclient.provider.rdf
├─ org.apache.marmotta.ldclient.provider.rdf.AbstractRDFProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.rdf.CacheProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.rdf.LinkedDataProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.rdf.RegexUriProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.rdf.SPARQLProvider.class - [JAR]