org.apache.rat.analysis.license
Class MITLicense

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

public class MITLicense
extends FullTextMatchingLicense

Base MIT license (all 3 parts).


Field Summary
static String AS_IS_LICENSE_LINE
           
static String FIRST_LICENSE_LINE
           
static String MIDDLE_LICENSE_LINE
           
 
Constructor Summary
MITLicense()
           
 
Method Summary
 
Methods inherited from class org.apache.rat.analysis.license.FullTextMatchingLicense
hasFullText, match, prune, reset, setFullText
 
Methods inherited from class org.apache.rat.analysis.license.BaseLicense
getLicenseFamilyCategory, getLicenseFamilyName, getNotes, reportOnLicense, setLicenseFamilyCategory, setLicenseFamilyName, setNotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_LICENSE_LINE

public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values

MIDDLE_LICENSE_LINE

public static final String MIDDLE_LICENSE_LINE
See Also:
Constant Field Values

AS_IS_LICENSE_LINE

public static final String AS_IS_LICENSE_LINE
See Also:
Constant Field Values
Constructor Detail

MITLicense

public MITLicense()


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