Class RSSChannelImpl

  • All Implemented Interfaces:
    RSSChannel

    public class RSSChannelImpl
    extends java.lang.Object
    implements RSSChannel
    • Method Detail

      • isHTTPS

        protected boolean isHTTPS()
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: RSSChannel
        Returns the mandatory title
        Specified by:
        getTitle in interface RSSChannel
        Returns:
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: RSSChannel
        Returns the mandatory description
        Specified by:
        getDescription in interface RSSChannel
        Returns:
      • getLink

        public java.net.URL getLink()
        Description copied from interface: RSSChannel
        Returns the mandatory link
        Specified by:
        getLink in interface RSSChannel
        Returns:
      • getLinkRaw

        protected java.lang.String getLinkRaw()
      • getPublicationDate

        public java.util.Date getPublicationDate()
        Description copied from interface: RSSChannel
        Returns the *optional* publication date
        Specified by:
        getPublicationDate in interface RSSChannel
        Returns:
      • getItems

        public RSSItem[] getItems()
        Description copied from interface: RSSChannel
        returns the items in the channel
        Specified by:
        getItems in interface RSSChannel
        Returns: