Class DirectoryPredicate

java.lang.Object
io.undertow.servlet.predicate.DirectoryPredicate
All Implemented Interfaces:
Predicate

public class DirectoryPredicate extends Object implements Predicate
Predicate that returns true if the given location corresponds to a directory.
Author:
Stuart Douglas