Uses of Class
io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
Packages that use ResourceChangeEvent.Type Package Description io.undertow.server.handlers.resource -
-
Uses of ResourceChangeEvent.Type in io.undertow.server.handlers.resource
Methods in io.undertow.server.handlers.resource that return ResourceChangeEvent.Type Modifier and Type Method Description ResourceChangeEvent.Type
ResourceChangeEvent. getType()
static ResourceChangeEvent.Type
ResourceChangeEvent.Type. valueOf(java.lang.String name)
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.Type Constructor Description ResourceChangeEvent(java.lang.String resource, ResourceChangeEvent.Type type)
-