Package | Description |
---|---|
org.apache.commons.rdf.api.fluentparser | |
org.apache.commons.rdf.api.fluentwriter | |
org.apache.commons.rdf.api.io |
Modifier and Type | Method and Description |
---|---|
<V> Sync<T,S> |
Sync.option(Option<V> option,
V value) |
<V> NeedSourceBased<T> |
NeedSourceBased.option(Option<V> option,
V value) |
<V> Buildable |
Buildable.option(Option<V> option,
V value)
Return a builder with the given option set.
|
<V> OptionalTarget<T> |
OptionalTarget.option(Option<V> option,
V value) |
<V> NeedSourceOrBase<T> |
NeedSourceOrBase.option(Option<V> option,
V value) |
<V> Async<T,S> |
Async.option(Option<V> option,
V value) |
<V> NeedTargetOrRDF |
NeedTargetOrRDF.option(Option<V> option,
V value) |
Modifier and Type | Method and Description |
---|---|
<V> NeedTarget |
NeedTarget.option(Option<V> option,
V value) |
<V> Sync |
Sync.option(Option<V> option,
V value) |
<V> Buildable |
Buildable.option(Option<V> option,
V value)
Return a builder with the given option set.
|
<V> Async |
Async.option(Option<V> option,
V value) |
<V> NeedSource |
NeedSource.option(Option<V> option,
V value) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Option.RequiredOption<V> |
Modifier and Type | Method and Description |
---|---|
Map<Option,Object> |
ParserConfig.options() |
Map<Option,Object> |
WriterConfig.options() |
Modifier and Type | Method and Description |
---|---|
ParserConfigBuilder |
ParserConfigBuilder.option(Option option,
Object value) |
<V> ParserConfig |
ParserConfig.withOption(Option<V> o,
V v) |
<V> WriterConfig |
WriterConfig.withOption(Option<V> o,
V v) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.