Uses of Enum Class
io.undertow.server.handlers.resource.ResourceChangeEvent.Type
Packages that use ResourceChangeEvent.Type
-
Uses of ResourceChangeEvent.Type in io.undertow.server.handlers.resource
Methods in io.undertow.server.handlers.resource that return ResourceChangeEvent.TypeModifier and TypeMethodDescriptionResourceChangeEvent.getType()static ResourceChangeEvent.TypeReturns the enum constant of this class with the specified name.static ResourceChangeEvent.Type[]ResourceChangeEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.undertow.server.handlers.resource with parameters of type ResourceChangeEvent.TypeModifierConstructorDescriptionResourceChangeEvent(String resource, ResourceChangeEvent.Type type)