Uses of Interface
org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaSourceRegistration
-
Packages that use YangTextSchemaSourceRegistration Package Description org.opendaylight.yangtools.yang.parser.repo -
-
Uses of YangTextSchemaSourceRegistration in org.opendaylight.yangtools.yang.parser.repo
Classes in org.opendaylight.yangtools.yang.parser.repo that implement YangTextSchemaSourceRegistration Modifier and Type Class Description class
AbstractYangTextSchemaSourceRegistration
Methods in org.opendaylight.yangtools.yang.parser.repo that return YangTextSchemaSourceRegistration Modifier and Type Method Description @NonNull YangTextSchemaSourceRegistration
YangTextSchemaContextResolver. registerSource(@NonNull URL url)
Register a URL containing a YANG text.@NonNull YangTextSchemaSourceRegistration
YangTextSchemaContextResolver. registerSource(@NonNull YangTextSchemaSource source)
Register aYangTextSchemaSource
.
-