Package | Description |
---|---|
org.apache.commons.rdf.api.io |
Modifier and Type | Method and Description |
---|---|
ParserTarget<T> |
Parsed.into() |
static ParserTarget<Dataset> |
ParserTarget.toDataset(Dataset ds) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph,
IRI matchGraphName) |
static ParserTarget<Graph> |
ParserTarget.toUnionGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
Optional<ParserTarget> |
ParserConfig.target() |
Modifier and Type | Method and Description |
---|---|
<T> NeedSourceOrBase<T> |
ParserConfigBuilder.target(ParserTarget<T> target) |
ParserConfig |
ParserConfig.withTarget(ParserTarget target) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.