Uses of Class
org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Package
Description
Application restart support.
Classloaders used for reload support.
Remote restart server.
-
Uses of ClassLoaderFiles in org.springframework.boot.devtools.restart
Modifier and TypeMethodDescriptionvoid
Restarter.addClassLoaderFiles
(ClassLoaderFiles classLoaderFiles) Add additionalClassLoaderFiles
to be included in the next restart. -
Uses of ClassLoaderFiles in org.springframework.boot.devtools.restart.classloader
Modifier and TypeMethodDescriptionvoid
ClassLoaderFiles.addAll
(ClassLoaderFiles files) Add all elements items from the specifiedClassLoaderFiles
to this instance.ModifierConstructorDescriptionClassLoaderFiles
(ClassLoaderFiles classLoaderFiles) Create a newClassLoaderFiles
instance. -
Uses of ClassLoaderFiles in org.springframework.boot.devtools.restart.server
Modifier and TypeMethodDescriptionprotected 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 specifiedClassLoaderFiles
and trigger a reload.