Uses of Enum
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.Type
Returns the enum constant of this type with the specified name.static ResourceChangeEvent.Type[]
ResourceChangeEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.undertow.server.handlers.resource with parameters of type ResourceChangeEvent.TypeModifierConstructorDescriptionResourceChangeEvent
(String resource, ResourceChangeEvent.Type type)