@Beta
public interface YangModuleInfo
Modifier and Type | Method and Description |
---|---|
Set<YangModuleInfo> |
getImportedModules()
Returns set of imported modules
|
org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation |
getModuleSourceRepresentation()
Transforms YangModuleInfo instance to its source representation
|
InputStream |
getModuleSourceStream()
Get stream of module source
|
String |
getName()
Returns yang module name
|
String |
getNamespace()
Returns XML namespace associated to the YANG module
|
String |
getRevision()
Returns revision of yang module.
|
Optional<org.opendaylight.yangtools.concepts.SemVer> |
getSemanticVersion()
Returns semantic version of yang module
|
String getName()
String getRevision()
Optional<org.opendaylight.yangtools.concepts.SemVer> getSemanticVersion()
String getNamespace()
Set<YangModuleInfo> getImportedModules()
org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation getModuleSourceRepresentation()
InputStream getModuleSourceStream()
Copyright © 2019 OpenDaylight. All rights reserved.