Interface PatternFactory
public interface PatternFactory
Interface for factories that create Match Pattern classes
-
Method Summary
Modifier and TypeMethodDescriptionGet a named match actionGet a named post match rule by name
-
Method Details
-
getMatchActionByName
Get a named match action- Parameters:
nm- name of action to find- Returns:
- match action with the given name, null otherwise
-
getPostRuleByName
-