Class YangTextSource

java.lang.Object
com.google.common.io.CharSource
org.opendaylight.yangtools.yang.model.api.source.YangTextSource
All Implemented Interfaces:
Immutable, SourceRepresentation, YangSourceRepresentation
Direct Known Subclasses:
DelegatedYangTextSource, FileYangTextSource, StringYangTextSource, URLYangTextSource

@NonNullByDefault public abstract class YangTextSource extends CharSource implements YangSourceRepresentation
YANG text schema source representation. Exposes an RFC6020 or RFC7950 text representation as a Reader.