public class OASISLicense extends BaseLicense implements IHeaderMatcher
| Constructor and Description |
|---|
OASISLicense() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Document subject,
String line)
Matches the text accumulated to licenses.
|
void |
reset()
Resets this matches.
|
reportOnLicensepublic boolean match(Document subject, String line) throws RatHeaderAnalysisException
IHeaderMatchermatch in interface IHeaderMatchersubject - TODOline - next line of text, not nullRatHeaderAnalysisExceptionpublic void reset()
IHeaderMatcherIHeaderMatcher.match(org.apache.rat.api.Document, java.lang.String) will accumulate new text.reset in interface IHeaderMatcherCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.