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
ClassLoaderFiles to be included in the next restart. |
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderFiles.addAll(ClassLoaderFiles files)
Add all elements items from the specified
ClassLoaderFiles to this
instance. |
Constructor and Description |
---|
ClassLoaderFiles(ClassLoaderFiles classLoaderFiles)
Create a new
ClassLoaderFiles instance. |
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
ClassLoaderFiles
and trigger a reload. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.