Package | Description |
---|---|
org.apache.commons.rdf.api.io |
Modifier and Type | Method and Description |
---|---|
ParserSource<S> |
Parsed.from() |
static ParserSource<InputStream> |
ParserSource.fromInputStream(InputStream is) |
static ParserSource<IRI> |
ParserSource.fromIRI(IRI iri) |
static ParserSource<Path> |
ParserSource.fromPath(Path path) |
Modifier and Type | Method and Description |
---|---|
Optional<ParserSource> |
ParserConfig.source() |
Modifier and Type | Method and Description |
---|---|
Sync |
ParserConfigBuilder.source(ParserSource source) |
ParserConfig |
ParserConfig.withSource(ParserSource source) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.