| Package | Description |
|---|---|
| org.springframework.boot.devtools.restart.classloader |
Classloaders used for reload support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderFiles
ClassLoaderFileRepository that maintains a collection of
ClassLoaderFile items grouped by source folders. |
| Modifier and Type | Field and Description |
|---|---|
static ClassLoaderFileRepository |
ClassLoaderFileRepository.NONE
Empty
ClassLoaderFileRepository implementation. |
| Constructor and Description |
|---|
RestartClassLoader(ClassLoader parent,
URL[] urls,
ClassLoaderFileRepository updatedFiles)
Create a new
RestartClassLoader instance. |
RestartClassLoader(ClassLoader parent,
URL[] urls,
ClassLoaderFileRepository updatedFiles,
org.apache.commons.logging.Log logger)
Create a new
RestartClassLoader instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.