Class ThirdPartyLicenseMetadata

  • All Implemented Interfaces:

    
    public final class ThirdPartyLicenseMetadata
    
                        

    Holds license metadata information obtained from the third_party_licenses_metadata file. This information is needed to extract the license content 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 Long getOffset()
      final Integer getLength()
      • Methods inherited from class java.lang.Object

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

      • ThirdPartyLicenseMetadata

        ThirdPartyLicenseMetadata(String libraryName, Long offset, Integer length)
        Parameters:
        libraryName - The name of the library.
        offset - The offset of bytes at which the license content starts.
        length - The length of bytes that the license content has.