| java.lang.Object csdl.stackmvc.util.SysInfo
SysInfo | public class SysInfo (Code) | | Provides system information (build and release data).
Is also the main class run when invoking the stackmvc jar file.
author: Philip Johnson. version: $Id: SysInfo.java,v 1.2 2003/01/25 01:49:02 jagustin Exp $ |
getBuildTime | public static String getBuildTime()(Code) | | Gets the buildtime attribute of the SysInfo class
The buildtime value |
getRelease | public static String getRelease()(Code) | | Gets the release attribute of the SysInfo class
The release value |
main | public static void main(String args)(Code) | | Main class for the StackMVC system.
Prints the release information.
Parameters: args - Ignored. |
|
|