| Package | Description | 
|---|---|
| org.springframework.boot.devtools.restart.classloader | Classloaders used for reload support. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ClassLoaderFile | ClassLoaderFiles.SourceFolder. get(String name) | 
| ClassLoaderFile | ClassLoaderFiles. getFile(String name) | 
| ClassLoaderFile | ClassLoaderFileRepository. getFile(String name)Return a  ClassLoaderFilefor the given name ornullif no file is
 contained in this collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassLoaderFile> | ClassLoaderFiles.SourceFolder. getFiles()Return all  ClassLoaderFilesin the collection that are
 contained in this source folder. | 
| Set<Map.Entry<String,ClassLoaderFile>> | ClassLoaderFiles.SourceFolder. getFilesEntrySet() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ClassLoaderFiles.SourceFolder. add(String name,
   ClassLoaderFile file) | 
| void | ClassLoaderFiles. addFile(String name,
       ClassLoaderFile file)Add a single  ClassLoaderFileto the collection. | 
| void | ClassLoaderFiles. addFile(String sourceFolder,
       String name,
       ClassLoaderFile file)Add a single  ClassLoaderFileto the collection. | 
| Constructor and Description | 
|---|
| ClassLoaderFileURLStreamHandler(ClassLoaderFile file) | 
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.