Class RssUrlFactory


  • @ApplicationScoped
    public class RssUrlFactory
    extends java.lang.Object
    Author:
    Michael Remijan mjremijan@yahoo.com @mjremijan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger log  
    • Constructor Summary

      Constructors 
      Constructor Description
      RssUrlFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<RssUrl> parse​(java.lang.String commaSeparatedFeedData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        @Inject
        protected org.slf4j.Logger log
    • Constructor Detail

      • RssUrlFactory

        public RssUrlFactory()
    • Method Detail

      • parse

        public java.util.Optional<RssUrl> parse​(java.lang.String commaSeparatedFeedData)