Uses of Enum Class
org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Packages that use ClassLoaderFile.Kind
Package
Description
Classloaders used for reload support.
-
Uses of ClassLoaderFile.Kind in org.springframework.boot.devtools.restart.classloader
Methods in org.springframework.boot.devtools.restart.classloader that return ClassLoaderFile.KindModifier 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.Constructors in org.springframework.boot.devtools.restart.classloader with parameters of type ClassLoaderFile.KindModifierConstructorDescriptionClassLoaderFile
(ClassLoaderFile.Kind kind, byte[] contents) Create a newClassLoaderFile
instance.ClassLoaderFile
(ClassLoaderFile.Kind kind, long lastModified, byte[] contents) Create a newClassLoaderFile
instance.