Package | Description |
---|---|
org.springframework.boot.devtools.restart.classloader |
Classloaders used for reload support.
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderFile.Kind |
ClassLoaderFile.getKind()
Return the file
ClassLoaderFile.Kind (added, modified, deleted). |
static ClassLoaderFile.Kind |
ClassLoaderFile.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassLoaderFile.Kind[] |
ClassLoaderFile.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClassLoaderFile(ClassLoaderFile.Kind kind,
byte[] contents)
Create a new
ClassLoaderFile instance. |
ClassLoaderFile(ClassLoaderFile.Kind kind,
long lastModified,
byte[] contents)
Create a new
ClassLoaderFile instance. |