com.neeve.ci
Class DefaultProductInfo

java.lang.Object
  extended by com.neeve.ci.DefaultProductInfo
All Implemented Interfaces:
ProductInfo
Direct Known Subclasses:
ManifestProductInfo

public class DefaultProductInfo
extends Object
implements ProductInfo

Default product info that is used when no specific product information is available.


Constructor Summary
DefaultProductInfo()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProductInfo

public DefaultProductInfo()
Method Detail

getBanner

public String getBanner()
Description copied from interface: ProductInfo
The product banner text.

Specified by:
getBanner in interface ProductInfo
Returns:
The banner text;

getBannerWidth

public int getBannerWidth()
Description copied from interface: ProductInfo
The product banner width.

Specified by:
getBannerWidth in interface ProductInfo
Returns:
The width of the product banner.

getProductName

public String getProductName()
Description copied from interface: ProductInfo
The product name

Specified by:
getProductName in interface ProductInfo
Returns:
The width of the product banner.

getVendorName

public String getVendorName()
Description copied from interface: ProductInfo
The vendor id.

Specified by:
getVendorName in interface ProductInfo
Returns:
The vendor id.

getComponentVersionString

public String getComponentVersionString()
Description copied from interface: ProductInfo
Gets A single line String containing the product version.

Specified by:
getComponentVersionString in interface ProductInfo
Returns:
A single line String containing the product version.


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