public interface RETAParser
| Modifier and Type | Method and Description |
|---|---|
void |
parseSource(RequirementSourceManager manager)
Parse the source and use
manager for add requirements and references found. |
void |
parseSourcePreview(RequirementSourceManager manager,
StringBuilder output,
int limit)
Parse the source and use
manager for add requirements and references found. |
void parseSource(RequirementSourceManager manager) throws RETAParseException
manager for add requirements and references found.manager - requirement source managerRETAParseException - Parsing exceptionvoid parseSourcePreview(RequirementSourceManager manager, StringBuilder output, int limit) throws RETAParseException
manager for add requirements and references found.output and stop parsing when limit is reached.manager - requirement source manageroutput - source content parsedlimit - source limit size to parseRETAParseException - Parsing exceptionCopyright © 2015. All rights reserved.