java.lang.Object
com.google.common.io.ByteSource
org.opendaylight.yangtools.yang.model.api.source.YinTextSource
org.opendaylight.yangtools.yang.model.spi.source.URLYinTextSource
All Implemented Interfaces:
Delegator<URL>, Immutable, SourceRepresentation, YinSourceRepresentation

@NonNullByDefault public class URLYinTextSource extends YinTextSource
A AbstractYinTextSource.backed by a URL.
  • Constructor Details

    • URLYinTextSource

      public URLYinTextSource(SourceIdentifier sourceId, URL url)
    • URLYinTextSource

      public URLYinTextSource(URL url)
  • Method Details