- 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 String
getAllVersionInfo(ImageFactory factory)
static String
getName()
static String
getVersion()
-
-
-
Method Detail
-
getVersion
public static String getVersion()
-
getName
public static String getName()
-
getAllVersionInfo
public static String getAllVersionInfo(ImageFactory factory)
-
-