Package | Description |
---|---|
net.sf.jabb.util.text |
Modifier and Type | Method and Description |
---|---|
static List<MatchingDefinition> |
MatchingDefinition.load(Map<? extends Object,? extends Object> props)
Loads definitions from properties.
|
protected static List<MatchingDefinition> |
StringStartWithMatcher.normalizeMatchingDefinitions(Map<String,? extends Object> headingDefinitions)
Normalize matching definitions according to requirements of
StartWithMatcher .根据 StartWithMatcher 的需要来规范化匹配条件定义。 |
protected static List<MatchingDefinition> |
UrlStartWithMatcher.normalizeMatchingDefinitions(Map<String,? extends Object> matchingDefinitions,
boolean moreSpaceForSpeed)
Normalize matching definitions according to requirements of
StartWithMatcher .根据 StartWithMatcher 的需要来规范化匹配条件定义。 |
Modifier and Type | Method and Description |
---|---|
protected void |
StartWithMatcher.initialize(Collection<MatchingDefinition> definitionList,
boolean moreSpaceForSpeed)
Initialize the state machine (dk.brics.automaton.RunAutomaton).
初始化状态机(dk.brics.automaton.RunAutomaton)。 |
Constructor and Description |
---|
StartWithMatcher(Collection<MatchingDefinition> definitionList)
Create an instance according to matching definitions, when creating internal
data structure, choose to consume more memory for better matching speed.
根据匹配方式定义创建一个新的对象实例; 在创建内部数据结构的时候,选择占用更多内存,而换取速度上的提升。 |
StartWithMatcher(Collection<MatchingDefinition> definitionList,
boolean moreSpaceForSpeed)
Create an instance according to matching definitions.
根据匹配方式定义创建一个新的对象实例。 |
Copyright © 2014. All Rights Reserved.