|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHeaderMatcher
Matches text headers to known licenses.
| Method Summary | |
|---|---|
boolean |
match(java.lang.String subject,
java.lang.String line,
IClaimReporter reporter)
Matches the text accumulated to licenses. |
void |
reset()
Resets this matches. |
| Method Detail |
|---|
void reset()
match(java.lang.String, java.lang.String, org.apache.rat.report.claim.IClaimReporter) will accumulate new text.
boolean match(java.lang.String subject,
java.lang.String line,
IClaimReporter reporter)
throws RatHeaderAnalysisException
subject - TODOline - next line of text, not nullreporter - TODO
RatHeaderAnalysisException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||