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, wait
open, reset
public void remove()
#remove()
which complies with the defined contract.remove
in interface java.util.Iterator<java.lang.String>
remove
in interface ResourceFinder
public void close()
#close()
which does nothing.close
in interface java.lang.AutoCloseable
close
in interface ResourceFinder