Interface ClassLoaderFileRepository
- All Known Implementing Classes:
ClassLoaderFiles
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A container for files that may be served from a
ClassLoader
. Can be used to
represent files that have been added, modified or deleted since the original JAR was
created.- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClassLoaderFileRepository
EmptyClassLoaderFileRepository
implementation. -
Method Summary
Modifier and TypeMethodDescriptionReturn aClassLoaderFile
for the given name ornull
if no file is contained in this collection.
-
Field Details
-
NONE
EmptyClassLoaderFileRepository
implementation.
-
-
Method Details
-
getFile
Return aClassLoaderFile
for the given name ornull
if no file is contained in this collection.- Parameters:
name
- the name of the file- Returns:
- a
ClassLoaderFile
ornull
-