Class FilePredicate

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

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