Class AbstractResourceFinderAdapter

java.lang.Object
org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
All Implemented Interfaces:
AutoCloseable, Iterator<String>, ResourceFinder

public abstract class AbstractResourceFinderAdapter extends Object implements ResourceFinder
This class provides partial default implementation of ResourceFinder.
Since:
2.18
Author:
Stepan Vavra
  • Constructor Details

    • AbstractResourceFinderAdapter

      public AbstractResourceFinderAdapter()
  • Method Details

    • remove

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

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