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

cn.sylinx.hbatis.ext.ifblock.IfEndMatcher Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version

package cn.sylinx.hbatis.ext.ifblock;

public interface IfEndMatcher {

	/**
	 * 截取#IF[XX] xxxxx #END 对
	 * @param partStatement 类似 #IF[XX] xxxxx #END .... other str
	 * @return
	 */
	String findMatchIfEnd(String partStatement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy