类的使用
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的使用
修饰符和类型方法说明voidRestarter.addClassLoaderFiles(ClassLoaderFiles classLoaderFiles) Add additionalClassLoaderFilesto be included in the next restart. -
org.springframework.boot.devtools.restart.classloader中ClassLoaderFiles的使用
修饰符和类型方法说明voidClassLoaderFiles.addAll(ClassLoaderFiles files) Add all elements items from the specifiedClassLoaderFilesto this instance.限定符构造器说明ClassLoaderFiles(ClassLoaderFiles classLoaderFiles) Create a newClassLoaderFilesinstance. -
org.springframework.boot.devtools.restart.server中ClassLoaderFiles的使用
修饰符和类型方法说明protected 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.