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
FieldsModifier and TypeFieldDescriptionstatic final ClassLoaderFileRepositoryEmptyClassLoaderFileRepositoryimplementation. - 
Method Summary
Modifier and TypeMethodDescriptionReturn aClassLoaderFilefor the given name ornullif no file is contained in this collection. 
- 
Field Details
- 
NONE
EmptyClassLoaderFileRepositoryimplementation. 
 - 
 - 
Method Details
- 
getFile
Return aClassLoaderFilefor the given name ornullif no file is contained in this collection.- Parameters:
 name- the name of the file- Returns:
 - a 
ClassLoaderFileornull 
 
 -