com.neeve.ci
Interface ProductInfo

All Known Implementing Classes:
DefaultProductInfo, ManifestProductInfo

public interface ProductInfo

Defines information related to branding.


Method Summary
 String getBanner()
          The product banner text.
 int getBannerWidth()
          The product banner width.
 String getComponentVersionString()
          Gets A single line String containing the product version.
 String getProductName()
          The product name
 String getVendorName()
          The vendor id.
 

Method Detail

getBanner

String getBanner()
The product banner text.

Returns:
The banner text;

getBannerWidth

int getBannerWidth()
The product banner width.

Returns:
The width of the product banner.

getProductName

String getProductName()
The product name

Returns:
The width of the product banner.

getVendorName

String getVendorName()
The vendor id.

Returns:
The vendor id.

getComponentVersionString

String getComponentVersionString()
Gets A single line String containing the product version.

Returns:
A single line String containing the product version.


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.