Uses of Interface
org.opendaylight.yangtools.yang.parser.api.YangParser
-
Packages that use YangParser Package Description org.opendaylight.yangtools.yang.parser.api YANG parser public API.org.opendaylight.yangtools.yang.parser.impl This package holds the 'parser implementation', which really is just glue code holding together the statement reactor, base RFC6020/RFC7950 support bundles and supported semantic extensions. -
-
Uses of YangParser in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return YangParser Modifier and Type Method Description YangParser
YangParser. addLibSource(SchemaSourceRepresentation source)
default @NonNull YangParser
YangParser. addLibSources(Collection<SchemaSourceRepresentation> sources)
default @NonNull YangParser
YangParser. addLibSources(SchemaSourceRepresentation... sources)
Add library sources.@NonNull YangParser
YangParser. addSource(SchemaSourceRepresentation source)
Add main source.default @NonNull YangParser
YangParser. addSources(Collection<? extends SchemaSourceRepresentation> sources)
default @NonNull YangParser
YangParser. addSources(SchemaSourceRepresentation... sources)
Add main sources.default @NonNull YangParser
YangParserFactory. createParser()
Create aYangParser
instance operating with defaultYangParserConfiguration
.@NonNull YangParser
YangParserFactory. createParser(YangParserConfiguration configuration)
Create aYangParser
instance operating with specifiedYangParserConfiguration
.@NonNull YangParser
YangParser. setModulesWithSupportedDeviations(@NonNull SetMultimap<QNameModule,QNameModule> modulesDeviatedByModules)
Set YANG modules which can be deviated by specified modules during the parsing process.@NonNull YangParser
YangParser. setSupportedFeatures(@NonNull Set<QName> supportedFeatures)
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved. -
Uses of YangParser in org.opendaylight.yangtools.yang.parser.impl
Methods in org.opendaylight.yangtools.yang.parser.impl that return YangParser Modifier and Type Method Description @NonNull YangParser
DefaultYangParserFactory. createParser(YangParserConfiguration configuration)
-