| Package | Description |
|---|---|
| org.springframework.boot.devtools.restart.classloader |
Classloaders used for reload support.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoaderFile |
ClassLoaderFiles.SourceDirectory.get(String name) |
ClassLoaderFile |
ClassLoaderFileRepository.getFile(String name)
Return a
ClassLoaderFile for the given name or null if no file is
contained in this collection. |
ClassLoaderFile |
ClassLoaderFiles.getFile(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassLoaderFile> |
ClassLoaderFiles.SourceDirectory.getFiles()
Return all
ClassLoaderFiles in the collection that are
contained in this source directory. |
Set<Map.Entry<String,ClassLoaderFile>> |
ClassLoaderFiles.SourceDirectory.getFilesEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassLoaderFiles.SourceDirectory.add(String name,
ClassLoaderFile file) |
void |
ClassLoaderFiles.addFile(String name,
ClassLoaderFile file)
Add a single
ClassLoaderFile to the collection. |
void |
ClassLoaderFiles.addFile(String sourceDirectory,
String name,
ClassLoaderFile file)
Add a single
ClassLoaderFile to the collection. |
| Constructor and Description |
|---|
ClassLoaderFileURLStreamHandler(ClassLoaderFile file) |