Package io.lighty.core.controller.api
Interface LightyModuleRegistryService
- 
- All Known Subinterfaces:
- LightyServices
 - All Known Implementing Classes:
- LightyControllerImpl
 
 public interface LightyModuleRegistryServiceYang module registration service for global schema context.- Author:
- juraj.veverka
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<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 Detail- 
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
 
 
- 
 
-