Package com.ibm.di.util
Class VersionInformation
- java.lang.Object
-
- com.ibm.di.util.VersionInformation
-
public class VersionInformation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersionNumbers()
getVesrionNumbers() iterators through all the installed components i.e Connectors, Parsers and Event Handlers and prints their version numbers
-
-
-
Method Detail
-
getVersionNumbers
public static java.lang.String getVersionNumbers() throws java.lang.Exception
getVesrionNumbers() iterators through all the installed components i.e Connectors, Parsers and Event Handlers and prints their version numbers- Returns:
- VersionInfo: String
- Throws:
java.lang.Exception
-
-