public abstract class AbstractResourceFinderAdapter extends java.lang.Object implements ResourceFinder
ResourceFinder.| Constructor and Description |
|---|
AbstractResourceFinderAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Default implementation of
#close() which does nothing. |
void |
remove()
Default implementation of
#remove() which complies with the defined contract. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopen, resetpublic void remove()
#remove() which complies with the defined contract.remove in interface java.util.Iterator<java.lang.String>remove in interface ResourceFinderpublic void close()
#close() which does nothing.close in interface java.lang.AutoCloseableclose in interface ResourceFinder