Interface ProductInfo


  • @ProviderType
    public interface ProductInfo
    Encapsulates information of a product or project.
    • Method Detail

      • getName

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

        Version getVersion()
        Returns the product version. e.g. "5.3.0.20091225"
        Returns:
        the product version.
      • getShortName

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

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

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

        java.lang.String getVendor()
        Returns the vendor. e.g. "Day Management AG"
        Returns:
        the vendor.
      • getVendorUrl

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

        java.lang.String getUrl()
        Returns the product url. e.g. "http://www.day.com/cq5"
        Returns:
        the product url.
      • getProperties

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