- All Known Implementing Classes:
ClassPathResourceFinder
,Path
,WebApplicationPath
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Knows how to find resources.
- Author:
- jcompagner
-
Method Summary
Modifier and TypeMethodDescriptionLooks for a given pathname along this path
-
Method Details
-
find
Looks for a given pathname along this path- Parameters:
clazz
- The class requesting the resource streampathname
- The filename with possible path- Returns:
- The resource stream
-