com.ibm.datapower.wamt
Class ComponentInfo

java.lang.Object
  extended by com.ibm.datapower.wamt.ComponentInfo

public class ComponentInfo
extends java.lang.Object

A utility to get the SCM information (i.e., CVS revision) of all classes in all packages for this component (IBM WebSphere Appliance Management Toolkit) for debug purposes. The SCM information is embedded in each class with the data member "SCM_REVISION". This utility may be also invoked standalone via main(String[]), which will print all the information to System.out.

You do not need to instantiate an object of this class, all the methods and member variables are static. It will invoke the PackageInfo class in each package.

See Also:
AbstractPackageInfo

Field Summary
static java.lang.String COPYRIGHT_2009_2010
           
 
Method Summary
static void main(java.lang.String[] args)
          Print out the SCM information for each package, which in turn prints the SCM information for each class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_2009_2010

public static final java.lang.String COPYRIGHT_2009_2010
See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
Print out the SCM information for each package, which in turn prints the SCM information for each class. The result will appear on System.out. This method is normally not used, unless you want to invoke it standalone. Doing so would let you see the SCM information from the command line using only this jar file.

Parameters:
args - ignored


© Copyright IBM Corp. 2006, 2010 All Rights Reserved.