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 classAbstractYangTextSchemaSourceRegistrationMethods in org.opendaylight.yangtools.yang.parser.repo that return YangTextSchemaSourceRegistration Modifier and Type Method Description @NonNull YangTextSchemaSourceRegistrationYangTextSchemaContextResolver. registerSource(@NonNull URL url)Register a URL containing a YANG text.@NonNull YangTextSchemaSourceRegistrationYangTextSchemaContextResolver. registerSource(@NonNull org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource source)Register aYangTextSchemaSource.
-