Interface LicenseInfo


  • public interface LicenseInfo
    Defines the interface for license details.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> products()
      Returns all elements that are available in the license.
    • Method Detail

      • products

        java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> products()
        Returns all elements that are available in the license.

        The elements are indexed by their name and contain all parameters for that element as key-value pairs.

        Returns:
        the licensed elements