Class AbstractResourceFinderAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Default implementation of #close() which does nothing.
      void remove()
      Default implementation of #remove() which complies with the defined contract.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next
    • Constructor Detail

      • AbstractResourceFinderAdapter

        public AbstractResourceFinderAdapter()
    • Method Detail

      • remove

        public void remove()
        Default implementation of #remove() which complies with the defined contract.
        Specified by:
        remove in interface java.util.Iterator<java.lang.String>
        Specified by:
        remove in interface ResourceFinder
      • close

        public void close()
        Default implementation of #close() which does nothing.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface ResourceFinder