Uses of Enum Class
org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Package
Description
Classloaders used for reload support.
-
Uses of ClassLoaderFile.Kind in org.springframework.boot.devtools.restart.classloader
Modifier and TypeMethodDescriptionClassLoaderFile.getKind()
Return the fileClassLoaderFile.Kind
(added, modified, deleted).static ClassLoaderFile.Kind
Returns the enum constant of this class with the specified name.static ClassLoaderFile.Kind[]
ClassLoaderFile.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClassLoaderFile
(ClassLoaderFile.Kind kind, byte[] contents) Create a newClassLoaderFile
instance.ClassLoaderFile
(ClassLoaderFile.Kind kind, long lastModified, byte[] contents) Create a newClassLoaderFile
instance.