MCPcopy Create free account
hub / github.com/Fedict/dcattools / add

Method add

helpers/src/main/java/be/gov/data/dcat/helpers/Storage.java:208–211  ·  view source on GitHub ↗

Add to the repository @param in @param format @throws RepositoryException @throws RDFParseException @throws IOException

(InputStream in, RDFFormat format)

Source from the content-addressed store, hash-verified

206 * @throws IOException
207 */
208 public void add(InputStream in, RDFFormat format)
209 throws RepositoryException, RDFParseException, IOException {
210 conn.add(in, DATAGOVBE, format, (Resource) null);
211 }
212 /**
213 * Add to the repository
214 *

Callers 15

mainMethod · 0.45
addSkosConceptMethod · 0.45
isUniqueMethod · 0.45
mainMethod · 0.45
escapeURIMethod · 0.45
queryMethod · 0.45
readMethod · 0.45
getIRIsMethod · 0.45
getLangIRIsMethod · 0.45
getLiteralsMethod · 0.45
getLangStringListMethod · 0.45
getAdmsIdsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected