Uses of Class
org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Packages that use ClassLoaderFile
Package
Description
Classloaders used for reload support.
-
Uses of ClassLoaderFile in org.springframework.boot.devtools.restart.classloader
Methods in org.springframework.boot.devtools.restart.classloader that return ClassLoaderFileModifier and TypeMethodDescriptionprotected final ClassLoaderFileReturn aClassLoaderFilefor the given name ornullif no file is contained in this collection.Methods in org.springframework.boot.devtools.restart.classloader that return types with arguments of type ClassLoaderFileModifier and TypeMethodDescriptionClassLoaderFiles.SourceDirectory.getFiles()Return allClassLoaderFilesin the collection that are contained in this source directory.ClassLoaderFiles.SourceDirectory.getFilesEntrySet()Methods in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFileModifier and TypeMethodDescriptionprotected final voidClassLoaderFiles.SourceDirectory.add(String name, ClassLoaderFile file) voidClassLoaderFiles.addFile(String sourceDirectory, String name, ClassLoaderFile file) Add a singleClassLoaderFileto the collection.voidClassLoaderFiles.addFile(String name, ClassLoaderFile file) Add a singleClassLoaderFileto the collection.Constructors in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFile