public interface YangModuleInfo
| Modifier and Type | Method and Description | 
|---|---|
Set<YangModuleInfo> | 
getImportedModules()  | 
InputStream | 
getModuleSourceStream()  | 
String | 
getName()
Returns yang module name 
 | 
String | 
getNamespace()
Returns XML namespace associated to the YANG module 
 | 
String | 
getRevision()
Returns revision of yang module. 
 | 
String getName()
String getRevision()
String getNamespace()
InputStream getModuleSourceStream() throws IOException
IOExceptionSet<YangModuleInfo> getImportedModules()
Copyright © 2018 OpenDaylight. All rights reserved.