Uses of Interface
org.opendaylight.yangtools.yang.parser.api.YangParser
-
Uses of YangParser in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return YangParserModifier and TypeMethodDescriptionYangParser.addLibSource(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation source) default @NonNull YangParserYangParser.addLibSources(Collection<org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> sources) default @NonNull YangParserYangParser.addLibSources(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation... sources) Add library sources.@NonNull YangParserYangParser.addSource(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation source) Add main source.default @NonNull YangParserYangParser.addSources(Collection<? extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> sources) default @NonNull YangParserYangParser.addSources(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation... sources) Add main sources.default @NonNull YangParserYangParserFactory.createParser()Create aYangParserinstance operating with defaultYangParserConfiguration.@NonNull YangParserYangParserFactory.createParser(YangParserConfiguration configuration) Create aYangParserinstance operating with specifiedYangParserConfiguration.@NonNull YangParserYangParser.setModulesWithSupportedDeviations(@NonNull com.google.common.collect.SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process.@NonNull YangParserYangParser.setSupportedFeatures(@NonNull org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet supportedFeatures) Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.