Interface ModuleResourceResolver
-
- All Superinterfaces:
ModuleResourceResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Beta @Deprecated @FunctionalInterface public interface ModuleResourceResolver extends ModuleResourceResolver
Deprecated.UseModuleResourceResolver
instead.An SPI-level interface to find the schema source for a particular YANG module, as packaged in the final artifact. The module must be part of the current resolution context.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.plugin.generator.api.ModuleResourceResolver
findModuleResourcePath, findModuleYangTextResourcePath
-
-