abstract class ClassPathResourceReader extends java.lang.Object implements ResourceReader<java.io.InputStream>
Constructor and Description |
---|
ClassPathResourceReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCaseSensitive() |
java.util.Set<java.lang.String> |
listResourcesUnder(java.lang.String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open
public boolean isCaseSensitive()
isCaseSensitive
in interface ResourceReader<java.io.InputStream>
public java.util.Set<java.lang.String> listResourcesUnder(java.lang.String path)
listResourcesUnder
in interface ResourceReader<java.io.InputStream>