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

org.jobrunr.dashboard.server.http.url.UrlPathPart Maven / Gradle / Ivy

package org.jobrunr.dashboard.server.http.url;

public interface UrlPathPart {

    boolean matches(UrlPathPart pathPart);

    String part();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy