|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrat.analysis.license.BaseLicense
rat.analysis.license.OASISLicense
public class OASISLicense
Looks for documents contain the OASIS copyright claim plus derivative work clause. Perhaps need to match more.
Constructor Summary | |
---|---|
OASISLicense()
|
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. |
Methods inherited from class rat.analysis.license.BaseLicense |
---|
getCode, getName, getNotes, reportOnLicense |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OASISLicense()
Method Detail |
---|
public boolean match(java.lang.String subject, java.lang.String line, IClaimReporter reporter) throws RatHeaderAnalysisException
IHeaderMatcher
match
in interface IHeaderMatcher
subject
- TODOline
- next line of text, not nullreporter
- TODO
RatHeaderAnalysisException
public void reset()
IHeaderMatcher
IHeaderMatcher.match(java.lang.String, java.lang.String, rat.report.claim.IClaimReporter)
will accumulate new text.
reset
in interface IHeaderMatcher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |