Class InputSource

    • Constructor Detail

      • InputSource

        public InputSource​(Reader reader)
        Create a new input source backed by a reader.
        Parameters:
        reader - the reader
    • Method Detail

      • getReader

        public Reader getReader()

        getReader.

        Returns:
        the reader if defined
      • getURI

        public String getURI()

        getURI.

        Returns:
        the uri if set
      • setURI

        public void setURI​(String uri)

        setURI.

        Parameters:
        uri - the uri
      • getMedia

        public String getMedia()

        getMedia.

        Returns:
        the media if set
      • setMedia

        public void setMedia​(String media)

        setMedia.

        Parameters:
        media - the media
      • getTitle

        public String getTitle()

        getTitle.

        Returns:
        the title if set
      • setTitle

        public void setTitle​(String title)

        setTitle.

        Parameters:
        title - the title