jpos.loader
Class Version

java.lang.Object
  |
  +--jpos.loader.Version

public final class Version
extends java.lang.Object

Simple Version class indicating that prints out the curent version of the JCL

Since:
1.2 (NY 2K meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getVersionString()
           
static void main(java.lang.String[] args)
          Main entry point for the Version application
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point for the Version application
Parameters:
args - a String[] of arguments
Since:
1.2 (NY 2K meeting)

getVersionString

public static java.lang.String getVersionString()
Returns:
a String of the version number of the JCL
Since:
1.2 (NY 2K meeting)


This API and code belongs to the JavaPOS committee please see LISCENCE file for details