Package org.springframework.boot.devtools.restart.classloader
Classloaders used for reload support.
Interface Summary Interface Description ClassLoaderFileRepository A container for files that may be served from aClassLoader.Class Summary Class Description ClassLoaderFile A single file that may be served from aClassLoader.ClassLoaderFiles ClassLoaderFileRepositorythat maintains a collection ofClassLoaderFileitems grouped by source folders.ClassLoaderFiles.SourceFolder An individual source folder that is being managed by the collection.ClassLoaderFileURLStreamHandler URLStreamHandlerfor the contents of aClassLoaderFile.RestartClassLoader DisposableClassLoaderused to support application restarting.Enum Summary Enum Description ClassLoaderFile.Kind The kinds of class load files.