Interface ProductInfo


  • @Deprecated
    @ConsumerType
    public interface ProductInfo
    Deprecated.
    This interface is deprecated without a replacement
    Encapsulates information of a product or project.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Deprecated.
      Returns the product name
      ValueMap getProperties()
      Deprecated.
      Returns all properties of this info.
      java.lang.String getShortName()
      Deprecated.
      Returns the short product name, e.g.
      java.lang.String getShortVersion()
      Deprecated.
      Returns the short, textual version.
      java.lang.String getUrl()
      Deprecated.
      Returns the product url.
      java.lang.String getVendor()
      Deprecated.
      Returns the vendor.
      java.lang.String getVendorUrl()
      Deprecated.
      Returns the vendor url.
      org.osgi.framework.Version getVersion()
      Deprecated.
      Returns the product version.
      java.lang.String getYear()
      Deprecated.
      Returns the product year.
    • Method Detail

      • getName

        java.lang.String getName()
        Deprecated.
        Returns the product name
        Returns:
        the product name.
      • getVersion

        org.osgi.framework.Version getVersion()
        Deprecated.
        Returns the product version. e.g. "2020.09.1"
        Returns:
        the product version.
      • getShortName

        java.lang.String getShortName()
        Deprecated.
        Returns the short product name, e.g. "AEM"
        Returns:
        the short product name
      • getShortVersion

        java.lang.String getShortVersion()
        Deprecated.
        Returns the short, textual version. e.g. "2020.09"
        Returns:
        the short product version.
      • getYear

        java.lang.String getYear()
        Deprecated.
        Returns the product year. e.g. "2020"
        Returns:
        the product version.
      • getVendor

        java.lang.String getVendor()
        Deprecated.
        Returns the vendor. e.g. "Adobe"
        Returns:
        the vendor.
      • getVendorUrl

        java.lang.String getVendorUrl()
        Deprecated.
        Returns the vendor url. e.g. "https://www.adobe.com"
        Returns:
        the vendor url.
      • getUrl

        java.lang.String getUrl()
        Deprecated.
        Returns the product url. e.g. "https://www.adobe.com/aem"
        Returns:
        the product url.
      • getProperties

        ValueMap getProperties()
        Deprecated.
        Returns all properties of this info.
        Returns:
        all properties.