@Beta @NotThreadSafe public static final class DeclaredStatementFormatter.Builder extends Object implements Builder<DeclaredStatementFormatter>
DeclaredStatementFormatter
.Modifier and Type | Method and Description |
---|---|
DeclaredStatementFormatter.Builder |
addIgnoredStatement(StatementDefinition statementDef)
Add a statement which should be skipped along with any of its children.
|
DeclaredStatementFormatter |
build()
Returns instance of the product.
|
DeclaredStatementFormatter.Builder |
retainDefaultStatements()
Retain common known statements whose argument matches semantics of not being present.
|
public DeclaredStatementFormatter.Builder addIgnoredStatement(StatementDefinition statementDef)
statementDef
- Statement to be ignoredpublic DeclaredStatementFormatter.Builder retainDefaultStatements()
public DeclaredStatementFormatter build()
CheckedBuilder
build
in interface CheckedBuilder<DeclaredStatementFormatter,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.