public class DefaultYangModuleLibrary extends Object implements YangModuleLibrary
| Constructor and Description |
|---|
DefaultYangModuleLibrary(String moduleSetId)
Creates an instance of YANG module library.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
moduleSetId()
Retrieves the current module set id of the YANG library.
|
String |
toString() |
List<YangModuleInformation> |
yangModuleList()
Retrieves the current list of YANG modules supported in the server.
|
public DefaultYangModuleLibrary(String moduleSetId)
moduleSetId - module idpublic String moduleSetId()
YangModuleLibrarymoduleSetId in interface YangModuleLibrarypublic List<YangModuleInformation> yangModuleList()
YangModuleLibraryyangModuleList in interface YangModuleLibrary