Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api |
Modifier and Type | Method and Description |
---|---|
static @NonNull SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.builder() |
@NonNull SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setFilter(@NonNull SchemaSourceFilter filter)
Set schema source filter which will filter available schema sources using the provided filter.
|
@NonNull SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setModulesDeviatedByModules(@Nullable com.google.common.collect.SetMultimap<QNameModule,QNameModule> modulesDeviatedByModules)
Set YANG modules which can be deviated by specified modules during the parsing process.
|
@NonNull SchemaContextFactoryConfiguration.Builder |
SchemaContextFactoryConfiguration.Builder.setStatementParserMode(@NonNull StatementParserMode statementParserMode)
Set YANG statement parser mode.
|
@NonNull 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.