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 SummaryFieldsModifier and TypeFieldDescriptionstatic final ClassLoaderFileRepositoryEmptyClassLoaderFileRepositoryimplementation.
- 
Method SummaryModifier and TypeMethodDescription@Nullable ClassLoaderFileReturn aClassLoaderFilefor the given name ornullif no file is contained in this collection.
- 
Field Details- 
NONEEmptyClassLoaderFileRepositoryimplementation.
 
- 
- 
Method Details- 
getFileReturn aClassLoaderFilefor the given name ornullif no file is contained in this collection.- Parameters:
- name- the name of the file
- Returns:
- a ClassLoaderFileornull
 
 
-