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
IOException
Set<YangModuleInfo> getImportedModules()
Copyright © 2019 OpenDaylight. All rights reserved.