Class Tags.TagVersionInfo.MatchResult
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.Tags.TagVersionInfo.MatchResult
-
- Enclosing class:
- Tags.TagVersionInfo
protected static class Tags.TagVersionInfo.MatchResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTags.TagVersionInfo.MatchResult.Style
-
Constructor Summary
Constructors Constructor Description MatchResult(Matcher matcher, int group, Tags.TagVersionInfo.MatchResult.Style style)
-
-
-
Field Detail
-
group
public final String group
-
start
public final int start
-
end
public final int end
-
style
public final Tags.TagVersionInfo.MatchResult.Style style
-
-
Constructor Detail
-
MatchResult
public MatchResult(Matcher matcher, int group, Tags.TagVersionInfo.MatchResult.Style style)
-
-