@FunctionalInterface public interface ClassLoaderFileRepository
ClassLoader. Can be used to
 represent files that have been added, modified or deleted since the original JAR was
 created.ClassLoaderFile| Modifier and Type | Field and Description | 
|---|---|
static ClassLoaderFileRepository | 
NONE
Empty  
ClassLoaderFileRepository implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
ClassLoaderFile | 
getFile(String name)
Return a  
ClassLoaderFile for the given name or null if no file is
 contained in this collection. | 
static final ClassLoaderFileRepository NONE
ClassLoaderFileRepository implementation.ClassLoaderFile getFile(String name)
ClassLoaderFile for the given name or null if no file is
 contained in this collection.name - the name of the fileClassLoaderFile or null