Interface YangLibrarySchemaSourceUrlProvider
public interface YangLibrarySchemaSourceUrlProvider
The service providing URLs to YANG schema sources.
-
Method Summary
Modifier and TypeMethodDescription@NonNull Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri>getSchemaSourceUrl(@NonNull String moduleSetName, @NonNull String moduleName, @Nullable org.opendaylight.yangtools.yang.common.Revision revision) Provides yang schema source URL where it can be downloaded from.
-
Method Details
-
getSchemaSourceUrl
@NonNull Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri> getSchemaSourceUrl(@NonNull String moduleSetName, @NonNull String moduleName, @Nullable org.opendaylight.yangtools.yang.common.Revision revision) Provides yang schema source URL where it can be downloaded from.- Parameters:
moduleSetName- the module set name the requested resource belongs tomoduleName- referenced module or submodule namerevision- optional revision- Returns:
- List of URLs to requested resource
-