Class YangParserConfiguration.Builder
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
-
- All Implemented Interfaces:
Mutable
,MutationBehaviour<Mutable>
- Enclosing class:
- YangParserConfiguration
public static final class YangParserConfiguration.Builder extends Object implements Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YangParserConfiguration
build()
Return aYangParserConfiguration
initialized with contents of this builder.YangParserConfiguration.Builder
importResolutionMode(ImportResolutionMode newImportResolutionMode)
YangParserConfiguration.Builder
retainDeclarationReferences(boolean newRetainDeclarationReferences)
-
-
-
Method Detail
-
build
public YangParserConfiguration build()
Return aYangParserConfiguration
initialized with contents of this builder.- Returns:
- A YangParserConfiguration
-
importResolutionMode
@Beta public YangParserConfiguration.Builder importResolutionMode(ImportResolutionMode newImportResolutionMode)
-
retainDeclarationReferences
public YangParserConfiguration.Builder retainDeclarationReferences(boolean newRetainDeclarationReferences)
-
-