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 TypeMethodDescriptionvoidRestarter.addClassLoaderFiles(ClassLoaderFiles classLoaderFiles) Add additionalClassLoaderFilesto 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 TypeMethodDescriptionvoidClassLoaderFiles.addAll(ClassLoaderFiles files) Add all elements items from the specifiedClassLoaderFilesto this instance.Constructors in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFilesModifierConstructorDescriptionClassLoaderFiles(ClassLoaderFiles classLoaderFiles) Create a newClassLoaderFilesinstance. -
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 voidRestartServer.restart(Set<URL> urls, ClassLoaderFiles files) Called to restart the application.voidRestartServer.updateAndRestart(ClassLoaderFiles files) Update the current running application with the specifiedClassLoaderFilesand trigger a reload.