Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Keyword

一组用于匹配的关键词。

Link copied to clipboard
fun interface KeywordMatcher

基于关键词 Keyword 的字符串匹配器接口。

Link copied to clipboard
interface MatchParameters

匹配器动态参数获取器

Link copied to clipboard
class RegexValueMatcher(originalValue: String, isPlainText: Boolean) : ValueMatcher

正则参数提取器。

Link copied to clipboard
class SimpleKeyword(val text: String, isPlainText: Boolean = false) : Keyword

一个普通的value值构建为 Keyword 实例。

Link copied to clipboard
interface ValueMatcher

匹配器动态参数. 动态参数的规则为 {{name[,regex]}}, 或者原生的正则分组 (?<name>regex)

Properties

Link copied to clipboard

装载 Keyword 列表的属性key。