com.neeve.ci
Interface ProductInfo

All Known Implementing Classes:
DefaultProductInfo, ManifestProductInfo

public interface ProductInfo

Interface providing product information such as branding and version information.


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 © 2016 Neeve Research, LLC. All Rights Reserved.