Class RssUrlRepository


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

      Fields 
      Modifier and Type Field Description
      protected RssUrlFactory factory  
      protected java.io.File file  
      protected org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<RssUrl> findAll()  
      • 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
      • file

        protected java.io.File file
    • Constructor Detail

      • RssUrlRepository

        @Inject
        public RssUrlRepository​(ConfDirectory root)
    • Method Detail

      • findAll

        public java.util.List<RssUrl> findAll()