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

com.logicbus.backend.PathPatternSupport Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.logicbus.backend;

/**
 * 支持路径模版
 *
 * @since 1.6.14.12 [20210617 duanyy]
 */
public interface PathPatternSupport {
    public void apply(String path,String pattern);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy