Class CustomMatcherDecorator
java.lang.Object
net.sansa_stack.hadoop.core.pattern.CustomMatcherDecorator
- All Implemented Interfaces:
MatchResult,CustomMatcher
- Direct Known Subclasses:
CustomPatternReplay.CustomMatcherReplay
-
Constructor Details
-
CustomMatcherDecorator
public CustomMatcherDecorator()
-
-
Method Details
-
getDecoratee
-
region
public void region(int start, int end) - Specified by:
regionin interfaceCustomMatcher
-
find
public boolean find()- Specified by:
findin interfaceCustomMatcher
-
start
public int start()- Specified by:
startin interfaceMatchResult
-
start
public int start(int group) - Specified by:
startin interfaceMatchResult
-
end
public int end()- Specified by:
endin interfaceMatchResult
-
end
public int end(int group) - Specified by:
endin interfaceMatchResult
-
group
- Specified by:
groupin interfaceMatchResult
-
group
- Specified by:
groupin interfaceMatchResult
-
groupCount
public int groupCount()- Specified by:
groupCountin interfaceMatchResult
-