com.ibm.xdms.version
Class Copyright

java.lang.Object
  extended by com.ibm.xdms.version.Copyright

public class Copyright
extends java.lang.Object

This class contains the official copyright statements for the IBM XDMS of the IMS product Java classes, both the long form that must be included in the main class of each major component, and the short form to be included in all other classes.

The reason for having a separate class for these statements is to make it possible to update them once, and still affect all the class files in the product.

There are numerous ways to use this class to achieve the goal of having a readable copyright statement in a class file. The easiest way is to define a static string with this value:

 private static final String s = Copyright.COPYRIGHT;
 
This statement will appear in the class file, even if optimization is used.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
static java.lang.String COPYRIGHT_SHORT
           
static java.lang.String Extracted
           
static java.lang.String Last_Changed
           
static java.lang.String SERVER_COPYRIGHT_LOG
           
static java.lang.String Version
           
static java.lang.String YEARS
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Version

public static final java.lang.String Version
See Also:
Constant Field Values

Extracted

public static final java.lang.String Extracted
See Also:
Constant Field Values

Last_Changed

public static final java.lang.String Last_Changed
See Also:
Constant Field Values

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values

YEARS

public static final java.lang.String YEARS
See Also:
Constant Field Values

COPYRIGHT_SHORT

public static final java.lang.String COPYRIGHT_SHORT
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String COPYRIGHT

SERVER_COPYRIGHT_LOG

public static final java.lang.String SERVER_COPYRIGHT_LOG
Method Detail

main

public static void main(java.lang.String[] argv)