类的使用
org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
使用ClassLoaderFiles的程序包
程序包
说明
Application restart support.
Classloaders used for reload support.
Remote restart server.
-
org.springframework.boot.devtools.restart中ClassLoaderFiles的使用
修饰符和类型方法说明void
Restarter.addClassLoaderFiles
(ClassLoaderFiles classLoaderFiles) Add additionalClassLoaderFiles
to be included in the next restart. -
org.springframework.boot.devtools.restart.classloader中ClassLoaderFiles的使用
修饰符和类型方法说明void
ClassLoaderFiles.addAll
(ClassLoaderFiles files) Add all elements items from the specifiedClassLoaderFiles
to this instance.限定符构造器说明ClassLoaderFiles
(ClassLoaderFiles classLoaderFiles) Create a newClassLoaderFiles
instance. -
org.springframework.boot.devtools.restart.server中ClassLoaderFiles的使用
修饰符和类型方法说明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 specifiedClassLoaderFiles
and trigger a reload.