Class CustomMatcherJava
java.lang.Object
net.sansa_stack.hadoop.core.pattern.CustomMatcherJava
- All Implemented Interfaces:
MatchResult,CustomMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matcher
-
-
Constructor Details
-
CustomMatcherJava
-
-
Method Details
-
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
-
start
- Specified by:
startin interfaceCustomMatcher
-
end
- Specified by:
endin interfaceCustomMatcher
-