@Beta @NonNullByDefault public abstract class ResourceYangModuleInfo extends Object implements YangModuleInfo
Constructor and Description |
---|
ResourceYangModuleInfo() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringHelperAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) |
InputStream |
openYangTextStream()
Return an open stream containing YANG text for this module.
|
protected abstract String |
resourceName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getImportedModules, getName, getYangTextByteSource, getYangTextCharSource
public final InputStream openYangTextStream() throws IOException
YangModuleInfo
openYangTextStream
in interface YangModuleInfo
IOException
- If the stream cannot be opened.protected com.google.common.base.MoreObjects.ToStringHelper addToStringHelperAttributes(com.google.common.base.MoreObjects.ToStringHelper helper)
protected abstract String resourceName()
Copyright © 2019 OpenDaylight. All rights reserved.