public final class CrossSourceStatementReactor extends Object
Modifier and Type | Class and Description |
---|---|
class |
CrossSourceStatementReactor.BuildAction |
static class |
CrossSourceStatementReactor.Builder |
Modifier and Type | Method and Description |
---|---|
static CrossSourceStatementReactor.Builder |
builder()
Create a new
CrossSourceStatementReactor.Builder . |
CrossSourceStatementReactor.BuildAction |
newBuild()
Start a new reactor build using the default statement parser mode with all features and deviations enabled.
|
CrossSourceStatementReactor.BuildAction |
newBuild(Optional<Set<QName>> supportedFeatures)
Deprecated.
Use
newBuild() and then call setSupportedFeatures() on the created BuildAction instead. |
CrossSourceStatementReactor.BuildAction |
newBuild(Set<QName> supportedFeatures)
Deprecated.
Use
newBuild() and then call setSupportedFeatures() on the created BuildAction instead. |
CrossSourceStatementReactor.BuildAction |
newBuild(StatementParserMode statementParserMode)
Start a new reactor build using the specified statement parser mode and enabling all features and deviations.
|
CrossSourceStatementReactor.BuildAction |
newBuild(StatementParserMode statementParserMode,
Optional<Set<QName>> supportedFeatures)
Deprecated.
Use
newBuild(StatementParserMode) and then call setSupportedFeatures()
on the created BuildAction instead. |
CrossSourceStatementReactor.BuildAction |
newBuild(StatementParserMode statementParserMode,
Set<QName> supportedFeatures)
Deprecated.
Use
newBuild(StatementParserMode) and then call setSupportedFeatures()
on the created BuildAction instead. |
public static CrossSourceStatementReactor.Builder builder()
CrossSourceStatementReactor.Builder
.public CrossSourceStatementReactor.BuildAction newBuild()
CrossSourceStatementReactor.BuildAction
.@Deprecated public CrossSourceStatementReactor.BuildAction newBuild(Set<QName> supportedFeatures)
newBuild()
and then call setSupportedFeatures() on the created BuildAction instead.supportedFeatures
- The set of supported features in the final SchemaContextCrossSourceStatementReactor.BuildAction
.@Deprecated public CrossSourceStatementReactor.BuildAction newBuild(Optional<Set<QName>> supportedFeatures)
newBuild()
and then call setSupportedFeatures() on the created BuildAction instead.supportedFeatures
- The set of supported features in the final SchemaContext, if present.CrossSourceStatementReactor.BuildAction
.public CrossSourceStatementReactor.BuildAction newBuild(StatementParserMode statementParserMode)
statementParserMode
- Parser mode to useCrossSourceStatementReactor.BuildAction
.NullPointerException
- if statementParserMode is null@Deprecated public CrossSourceStatementReactor.BuildAction newBuild(StatementParserMode statementParserMode, Set<QName> supportedFeatures)
newBuild(StatementParserMode)
and then call setSupportedFeatures()
on the created BuildAction instead.statementParserMode
- Parser mode to usesupportedFeatures
- The set of supported features in the final SchemaContextCrossSourceStatementReactor.BuildAction
.NullPointerException
- if statementParserMode is null@Deprecated public CrossSourceStatementReactor.BuildAction newBuild(StatementParserMode statementParserMode, Optional<Set<QName>> supportedFeatures)
newBuild(StatementParserMode)
and then call setSupportedFeatures()
on the created BuildAction instead.statementParserMode
- Parser mode to usesupportedFeatures
- The set of supported features in the final SchemaContext, or absent if all features
encountered should be supported.CrossSourceStatementReactor.BuildAction
.NullPointerException
- if statementParserMode is nullCopyright © 2018 OpenDaylight. All rights reserved.