XML Deployment Adapters

com.stylusstudio.version
Class Version

java.lang.Object
  extended bycom.stylusstudio.version.Version

public class Version
extends Object

A class containing version identification information.


Method Summary
static String getBuildNumber()
          Get the Build number for this version of the product.
static String getProductName()
          Get the Product name for this version of the product.
static void main(String[] args)
          Write the product name and version to System.out
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuildNumber

public static String getBuildNumber()
Get the Build number for this version of the product.


getProductName

public static String getProductName()
Get the Product name for this version of the product.


main

public static void main(String[] args)
Write the product name and version to System.out



XML Deployment Adapters