public static class RemoteRepository.AddOp extends Object
Constructor and Description |
---|
RemoteRepository.AddOp(byte[] data,
org.openrdf.rio.RDFFormat format)
This ctor is for the test cases.
|
RemoteRepository.AddOp(Collection<String> uris) |
RemoteRepository.AddOp(File file,
org.openrdf.rio.RDFFormat format) |
RemoteRepository.AddOp(InputStream is,
org.openrdf.rio.RDFFormat format) |
RemoteRepository.AddOp(Iterable<? extends org.openrdf.model.Statement> stmts) |
RemoteRepository.AddOp(Reader reader,
org.openrdf.rio.RDFFormat format) |
RemoteRepository.AddOp(String uri) |
public RemoteRepository.AddOp(String uri)
public RemoteRepository.AddOp(Collection<String> uris)
public RemoteRepository.AddOp(Iterable<? extends org.openrdf.model.Statement> stmts)
public RemoteRepository.AddOp(File file, org.openrdf.rio.RDFFormat format)
public RemoteRepository.AddOp(InputStream is, org.openrdf.rio.RDFFormat format)
public RemoteRepository.AddOp(Reader reader, org.openrdf.rio.RDFFormat format)
public RemoteRepository.AddOp(byte[] data, org.openrdf.rio.RDFFormat format)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.