Uses of Class
org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Packages that use ClassLoaderFiles
Package
Description
Application restart support.
Classloaders used for reload support.
Remote restart server.
-
Uses of ClassLoaderFiles in org.springframework.boot.devtools.restart
Methods in org.springframework.boot.devtools.restart with parameters of type ClassLoaderFilesModifier 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
Methods in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFilesModifier and TypeMethodDescriptionvoid
ClassLoaderFiles.addAll
(ClassLoaderFiles files) Add all elements items from the specifiedClassLoaderFiles
to this instance.Constructors in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFilesModifierConstructorDescriptionClassLoaderFiles
(ClassLoaderFiles classLoaderFiles) Create a newClassLoaderFiles
instance. -
Uses of ClassLoaderFiles in org.springframework.boot.devtools.restart.server
Methods in org.springframework.boot.devtools.restart.server with parameters of type ClassLoaderFilesModifier 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.