Package io.lighty.core.controller.api
Interface LightyModuleRegistryService
- All Known Subinterfaces:
- LightyServices
- All Known Implementing Classes:
- LightyControllerImpl
public interface LightyModuleRegistryService
Yang module registration service for global schema context.
- Author:
- juraj.veverka
- 
Method SummaryModifier and TypeMethodDescriptionList<org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.binding.YangModuleInfo>>registerModuleInfos(Iterable<? extends org.opendaylight.yangtools.yang.binding.YangModuleInfo> yangModuleInfos) Register instances of Yang modules into global schema context.
- 
Method Details- 
registerModuleInfosList<org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.binding.YangModuleInfo>> registerModuleInfos(Iterable<? extends org.opendaylight.yangtools.yang.binding.YangModuleInfo> yangModuleInfos) Register instances of Yang modules into global schema context.- Parameters:
- yangModuleInfos- modules to register
- Returns:
- list of registrations
 
 
-