Class SimpleLicenseTester

java.lang.Object
org.spdx.licenselistpublisher.licensegenerator.SimpleLicenseTester
All Implemented Interfaces:
ILicenseTester

public class SimpleLicenseTester extends Object implements ILicenseTester
Tests licenses against cononical text.
Author:
Gary O'Neall
  • Constructor Details

    • SimpleLicenseTester

      public SimpleLicenseTester(File testFileDir)
      Parameters:
      testFileDir - Directory containing license texts in the format [license-id].txt
  • Method Details