public abstract class AbstractReqReportParser extends Object implements ReqReportParser
| Constructor and Description |
|---|
AbstractReqReportParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,Object> |
getOptions() |
Requirements |
getRequirements() |
Collection<Requirement> |
getRequirements(String version) |
protected abstract URI |
getURI() |
void |
setSource(URI uri,
Map<String,Object> options) |
public Requirements getRequirements() throws ReqReportParserException
getRequirements in interface ReqReportParserReqReportParserExceptionpublic Collection<Requirement> getRequirements(String version) throws ReqReportParserException
getRequirements in interface ReqReportParserReqReportParserExceptionpublic void setSource(URI uri, Map<String,Object> options) throws IOException
setSource in interface ReqReportParserIOExceptionprotected abstract URI getURI() throws URISyntaxException
URISyntaxExceptionCopyright © 2017. All rights reserved.