Package org.glassfish.jersey.uri
Class PatternWithGroups.GroupIndexMatchResult
java.lang.Object
org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
- All Implemented Interfaces:
MatchResult
- Enclosing class:
PatternWithGroups
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.regex.MatchResult
end, group, hasMatch, namedGroups, start
-
Field Details
-
result
-
-
Constructor Details
-
GroupIndexMatchResult
GroupIndexMatchResult(MatchResult r)
-
-
Method Details
-
start
public int start()- Specified by:
start
in interfaceMatchResult
-
start
public int start(int group) - Specified by:
start
in interfaceMatchResult
-
end
public int end()- Specified by:
end
in interfaceMatchResult
-
end
public int end(int group) - Specified by:
end
in interfaceMatchResult
-
group
- Specified by:
group
in interfaceMatchResult
-
group
- Specified by:
group
in interfaceMatchResult
-
groupCount
public int groupCount()- Specified by:
groupCount
in interfaceMatchResult
-