| Package | Description | 
|---|---|
| org.springframework.boot.devtools.restart | Application restart support. | 
| org.springframework.boot.devtools.restart.classloader | Classloaders used for reload support. | 
| org.springframework.boot.devtools.restart.server | Remote restart server. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Restarter. addClassLoaderFiles(ClassLoaderFiles classLoaderFiles)Add additional  ClassLoaderFilesto be included in the next restart. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassLoaderFiles. addAll(ClassLoaderFiles files)Add all elements items from the specified  ClassLoaderFilesto this
 instance. | 
| Constructor and Description | 
|---|
| ClassLoaderFiles(ClassLoaderFiles classLoaderFiles)Create a new  ClassLoaderFilesinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RestartServer. restart(Set<URL> urls,
       ClassLoaderFiles files)Called to restart the application. | 
| void | RestartServer. updateAndRestart(ClassLoaderFiles files)Update the current running application with the specified  ClassLoaderFilesand trigger a reload. | 
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.