Package org.apache.tika.eval.core.util
Class ContentTags
- java.lang.Object
-
- org.apache.tika.eval.core.util.ContentTags
-
public class ContentTags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ContentTags
EMPTY_CONTENT_TAGS
-
Constructor Summary
Constructors Constructor Description ContentTags(String content)
ContentTags(String content, boolean parseException)
ContentTags(String content, Map<String,Integer> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
boolean
getParseException()
Map<String,Integer>
getTags()
void
setParseException(boolean parseException)
-
-
-
Field Detail
-
EMPTY_CONTENT_TAGS
public static final ContentTags EMPTY_CONTENT_TAGS
-
-