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-client-java-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.client.model.content
├─ org.apache.marmotta.client.model.content.ByteContent.class - [JAR]
├─ org.apache.marmotta.client.model.content.Content.class - [JAR]
├─ org.apache.marmotta.client.model.content.StreamContent.class - [JAR]
├─ org.apache.marmotta.client.model.content.StringContent.class - [JAR]
org.apache.marmotta.client.exception
├─ org.apache.marmotta.client.exception.ContentFormatException.class - [JAR]
├─ org.apache.marmotta.client.exception.MarmottaClientException.class - [JAR]
├─ org.apache.marmotta.client.exception.NotFoundException.class - [JAR]
├─ org.apache.marmotta.client.exception.ParseException.class - [JAR]
org.apache.marmotta.client.clients
├─ org.apache.marmotta.client.clients.ConfigurationClient.class - [JAR]
├─ org.apache.marmotta.client.clients.ContextClient.class - [JAR]
├─ org.apache.marmotta.client.clients.ImportClient.class - [JAR]
├─ org.apache.marmotta.client.clients.LDPathClient.class - [JAR]
├─ org.apache.marmotta.client.clients.ResourceClient.class - [JAR]
├─ org.apache.marmotta.client.clients.SPARQLClient.class - [JAR]
org.apache.marmotta.client.model.meta
├─ org.apache.marmotta.client.model.meta.Metadata.class - [JAR]
org.apache.marmotta.client.model.classification
├─ org.apache.marmotta.client.model.classification.Classification.class - [JAR]
org.apache.marmotta.client.model.sparql
├─ org.apache.marmotta.client.model.sparql.SPARQLResult.class - [JAR]
org.apache.marmotta.client
├─ org.apache.marmotta.client.ClientConfiguration.class - [JAR]
├─ org.apache.marmotta.client.MarmottaClient.class - [JAR]
org.apache.marmotta.client.model.rdf
├─ org.apache.marmotta.client.model.rdf.BNode.class - [JAR]
├─ org.apache.marmotta.client.model.rdf.Literal.class - [JAR]
├─ org.apache.marmotta.client.model.rdf.RDFNode.class - [JAR]
├─ org.apache.marmotta.client.model.rdf.URI.class - [JAR]
org.apache.marmotta.client.util
├─ org.apache.marmotta.client.util.CollectionUtils.class - [JAR]
├─ org.apache.marmotta.client.util.HTTPUtil.class - [JAR]
├─ org.apache.marmotta.client.util.MetaUtil.class - [JAR]
├─ org.apache.marmotta.client.util.RDFJSONParser.class - [JAR]
org.apache.marmotta.client.model.config
├─ org.apache.marmotta.client.model.config.Configuration.class - [JAR]