Modifier and Type | Method and Description |
---|---|
NeedSource |
build()
Return an immutable builder at the current state.
|
<V> NeedSource |
option(Option<V> option,
V value)
Return a builder with the given option set.
|
Sync |
source(Dataset dataset) |
Sync |
source(Graph graph) |
Sync |
source(Stream<? extends TripleLike> stream) |
Sync |
source(WriterSource source) |
NeedSource build()
Buildable
<V> NeedSource option(Option<V> option, V value)
Buildable
Note that implementations of Writer
may support different
vendor-specific Option
types, and are free to ignore the set
option (unless it is a Option.RequiredOption
).
It is undefined if setting multiple values for the same (equal) option are accumulative or overriding.
Sync source(Stream<? extends TripleLike> stream)
Sync source(WriterSource source)
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.