public class RetaTikaParser extends Object implements RETAParser
| Constructor and Description |
|---|
RetaTikaParser(TikaSourceConfiguration theConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(RequirementSourceManager requirementSource,
StringBuilder sourceText,
int limit) |
void |
parseSource(RequirementSourceManager manager) |
void |
parseSourcePreview(RequirementSourceManager manager,
StringBuilder output,
int limit) |
public RetaTikaParser(TikaSourceConfiguration theConfiguration)
theConfiguration - the configuration containerpublic void parseSource(RequirementSourceManager manager) throws RETAParseException
parseSource in interface RETAParserRETAParseExceptionpublic void parseSourcePreview(RequirementSourceManager manager, StringBuilder output, int limit) throws RETAParseException
parseSourcePreview in interface RETAParserRETAParseExceptionpublic void parse(RequirementSourceManager requirementSource, StringBuilder sourceText, int limit) throws IOException
requirementSource - RETA requirement managersourceText - text output for previewlimit - text output length limit for previewIOException - I/O exceptionCopyright © 2015. All rights reserved.