- java.lang.Object
-
- com.ibm.jvm.dtfjview.Version
-
public class Version extends Object
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAllVersionInfo(ImageFactory factory)static StringgetName()static StringgetVersion()
-
-
-
Method Detail
-
getVersion
public static String getVersion()
-
getName
public static String getName()
-
getAllVersionInfo
public static String getAllVersionInfo(ImageFactory factory)
-
-