Package | Description |
---|---|
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.http.protocol |
Modifier and Type | Method and Description |
---|---|
protected void |
RDF4JProtocolSession.upload(org.apache.http.HttpEntity reqEntity,
String baseURI,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
protected void |
RDF4JProtocolSession.upload(InputStream contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
protected void |
RDF4JProtocolSession.upload(Reader contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static Protocol.Action |
Protocol.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.Action[] |
Protocol.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.