Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api |
Modifier and Type | Method and Description |
---|---|
static SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.builder() |
SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setFilter(SchemaSourceFilter filter)
Set schema source filter which will filter available schema sources
using the provided filter.
|
SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setModulesDeviatedByModules(com.google.common.collect.SetMultimap<QNameModule,QNameModule> modulesDeviatedByModules)
Set YANG modules which can be deviated by specified modules during
the parsing process.
|
SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setStatementParserMode(StatementParserMode statementParserMode)
Set yang statement parser mode.
|
SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setSupportedFeatures(Set<QName> supportedFeatures)
Set supported features based on which all if-feature statements in
the parsed YANG modules will be resolved.
|
Copyright © 2019 OpenDaylight. All rights reserved.