Class AbstractResourceFinderAdapter
java.lang.Object
org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
- All Implemented Interfaces:
 AutoCloseable,Iterator<String>,ResourceFinder
This class provides partial default implementation of 
ResourceFinder.- Since:
 - 2.18
 - Author:
 - Stepan Vavra
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, nextMethods inherited from interface org.glassfish.jersey.server.ResourceFinder
open, reset 
- 
Constructor Details
- 
AbstractResourceFinderAdapter
public AbstractResourceFinderAdapter() 
 - 
 - 
Method Details
- 
remove
public void remove()Default implementation of#remove()which complies with the defined contract.- Specified by:
 removein interfaceIterator<String>- Specified by:
 removein interfaceResourceFinder
 - 
close
public void close()Default implementation of#close()which does nothing.- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceResourceFinder
 
 -