Class StringYangTextSource

All Implemented Interfaces:
Immutable, SourceRepresentation, YangSourceRepresentation

public class StringYangTextSource extends YangTextSource
A YangTextSource with content readily available.
  • Constructor Details

  • Method Details

    • symbolicName

      public final String symbolicName()
      Description copied from interface: SourceRepresentation
      Return the symbolic name, if available. This name has no semantic meaning beyond being useful for debugging by humans.
      Returns:
      Symbolic name, if available
    • openStream

      public final Reader openStream()
      Specified by:
      openStream in class CharSource