Class ThirdPartyLicense

  • All Implemented Interfaces:

    
    public final class ThirdPartyLicense
    
                        

    Holds information of a license obtained from the third_party_licenses file.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLibraryName()
      final String getLicenseContent()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThirdPartyLicense

        ThirdPartyLicense(String libraryName, String licenseContent)
        Parameters:
        libraryName - The name of the library.
        licenseContent - The content of the license.