org.example
Class Matcher

java.lang.Object
  extended by org.apache.rat.analysis.license.BaseLicense
      extended by org.example.Matcher
All Implemented Interfaces:
org.apache.rat.analysis.IHeaderMatcher

public class Matcher
extends org.apache.rat.analysis.license.BaseLicense
implements org.apache.rat.analysis.IHeaderMatcher


Constructor Summary
Matcher()
           
 
Method Summary
 boolean match(org.apache.rat.api.Document subject, java.lang.String line)
           
 void reset()
           
 
Methods inherited from class org.apache.rat.analysis.license.BaseLicense
reportOnLicense
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matcher

public Matcher()
Method Detail

reset

public void reset()
Specified by:
reset in interface org.apache.rat.analysis.IHeaderMatcher

match

public boolean match(org.apache.rat.api.Document subject,
                     java.lang.String line)
              throws org.apache.rat.analysis.RatHeaderAnalysisException
Specified by:
match in interface org.apache.rat.analysis.IHeaderMatcher
Throws:
org.apache.rat.analysis.RatHeaderAnalysisException


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.