Package | Description |
---|---|
org.apache.commons.rdf.api.io |
Modifier and Type | Interface and Description |
---|---|
static interface |
WriterConfig.ImmutableWriterConfig |
Modifier and Type | Method and Description |
---|---|
default WriterConfig |
WriterConfig.asMutableConfig() |
static WriterConfig |
WriterConfig.mutable() |
<V> WriterConfig |
WriterConfig.withOption(Option<V> o,
V v) |
WriterConfig |
WriterConfig.withRDF(RDF rdf) |
WriterConfig |
WriterConfig.withSource(WriterSource source) |
WriterConfig |
WriterConfig.withSyntax(RDFSyntax syntax) |
WriterConfig |
WriterConfig.withTarget(WriterTarget target) |
Modifier and Type | Method and Description |
---|---|
Written |
Writer.write(WriterConfig config) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.