@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 | NONEEmpty  ClassLoaderFileRepositoryimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassLoaderFile | getFile(String name)Return a  ClassLoaderFilefor the given name ornullif 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 nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.