net.provision.soap
Class ReleaseInfo

java.lang.Object
  extended by net.provision.soap.ReleaseInfo

public class ReleaseInfo
extends java.lang.Object

This class provides information gathered from the build environment.

Author:
JReleaseInfo AntTask

Constructor Summary
ReleaseInfo()
           
 
Method Summary
static java.util.Date getBuildDate()
          Get buildDate (set during build process to Wed Mar 22 15:08:20 PST 2006).
static java.lang.String getCompany()
          Get company (set during build process to "Provision Tech").
static java.lang.String getDate()
          Get date (set during build process to "20060322T0308").
static java.lang.String getDisplayDate()
          Get displayDate (set during build process to "03-22-2006").
static java.lang.String getDisplayTime()
          Get displayTime (set during build process to "03:08").
static java.lang.String getProject()
          Get project (set during build process to "SOAP").
static java.lang.String getVersion()
          Get version (set during build process to "1").
static java.lang.String getWebSite()
          Get webSite (set during build process to "http://www.provisiontech.net/").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseInfo

public ReleaseInfo()
Method Detail

getBuildDate

public static final java.util.Date getBuildDate()
Get buildDate (set during build process to Wed Mar 22 15:08:20 PST 2006).

Returns:
Date buildDate

getCompany

public static final java.lang.String getCompany()
Get company (set during build process to "Provision Tech").

Returns:
String company

getDate

public static final java.lang.String getDate()
Get date (set during build process to "20060322T0308").

Returns:
String date

getDisplayDate

public static final java.lang.String getDisplayDate()
Get displayDate (set during build process to "03-22-2006").

Returns:
String displayDate

getDisplayTime

public static final java.lang.String getDisplayTime()
Get displayTime (set during build process to "03:08").

Returns:
String displayTime

getProject

public static final java.lang.String getProject()
Get project (set during build process to "SOAP").

Returns:
String project

getVersion

public static final java.lang.String getVersion()
Get version (set during build process to "1").

Returns:
String version

getWebSite

public static final java.lang.String getWebSite()
Get webSite (set during build process to "http://www.provisiontech.net/").

Returns:
String webSite