ehcache

net.sf.ehcache.util
Class ProductInfo

java.lang.Object
  extended by net.sf.ehcache.util.ProductInfo

public class ProductInfo
extends Object

Build properties of the product

Author:
hhuynh

Constructor Summary
ProductInfo()
          Construct a default product info
ProductInfo(String resource)
          Construct product info object from a resource
 
Method Summary
 String getBuildJdk()
           
 String getBuildRevision()
           
 String getBuildTime()
           
 String getBuiltBy()
           
 String getName()
           
 String getPatchLevel()
           
 String getVersion()
           
 String toString()
          returns long version of the build string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductInfo

public ProductInfo()
Construct a default product info


ProductInfo

public ProductInfo(String resource)
Construct product info object from a resource

Parameters:
resource -
Method Detail

getName

public String getName()
Returns:
product name

getVersion

public String getVersion()
Returns:
version

getBuiltBy

public String getBuiltBy()
Returns:
the person who built

getBuildJdk

public String getBuildJdk()
Returns:
jdk that was used

getBuildTime

public String getBuildTime()
Returns:
build timestamp

getBuildRevision

public String getBuildRevision()
Returns:
revision

getPatchLevel

public String getPatchLevel()
Returns:
patch number

toString

public String toString()
returns long version of the build string

Overrides:
toString in class Object

ehcache

true