Class ExtensionLicense


  • public class ExtensionLicense
    extends Object
    License of an extension.
    Since:
    4.0M1
    Version:
    $Id: ed03e5da38bc258a0f1d77b2a00c6d6fd351e110 $
    • Constructor Detail

      • ExtensionLicense

        public ExtensionLicense​(String name,
                                List<String> content)
        Parameters:
        name - the name of the license
        content - the content of the license
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of the license
      • getContent

        public List<String> getContent()
        Returns:
        the content of the license
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object