All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.needcoke.coke.web.util.PathMatcher Maven / Gradle / Ivy

package org.needcoke.coke.web.util;

public interface PathMatcher {

    boolean isPattern(String path);

    boolean match(String pattern, String path);

    boolean matchStart(String pattern, String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy