Interface Container

    • Method Detail

      • license

        String license()
        Gets the license of the data within this container.

        Consult the vendor for how this field is used.

        In the generic implementation, a license's name is expected.

        Notable examples include MIT or All Rights Reserved.

        Returns:
        The license
      • mappings

        Optional<String> mappings()
        Gets the mappings that code within this container might be written in.

        The format of this string should be in maven dependency format (group:artifact:version).

        Consult the vendor for how this field is used. As an example, that entity could use this purely for information purposes or go farther and perform artifact remapping from these mappings to another.

        Returns:
        The mappings or Optional.empty() otherwise