public interface IHeaderMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
match(String subject,
String line,
IClaimReporter reporter)
Matches the text accumulated to licenses.
|
void |
reset()
Resets this matches.
|
void reset()
match(java.lang.String, java.lang.String, rat.report.claim.IClaimReporter)
will accumulate new text.boolean match(String subject, String line, IClaimReporter reporter) throws RatHeaderAnalysisException
subject
- TODOline
- next line of text, not nullreporter
- TODORatHeaderAnalysisException
Copyright © 2006–2013. All rights reserved.