Package com.ibm.icu.impl
Class ICUDataVersion
- java.lang.Object
-
- com.ibm.icu.impl.ICUDataVersion
-
public final class ICUDataVersion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
U_ICU_DATA_KEY
private static java.lang.String
U_ICU_VERSION_BUNDLE
-
Constructor Summary
Constructors Constructor Description ICUDataVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VersionInfo
getDataVersion()
This function retrieves the data version from icuver and returns a VersionInfo object with that version information.
-
-
-
Field Detail
-
U_ICU_VERSION_BUNDLE
private static final java.lang.String U_ICU_VERSION_BUNDLE
- See Also:
- Constant Field Values
-
U_ICU_DATA_KEY
private static final java.lang.String U_ICU_DATA_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataVersion
public static VersionInfo getDataVersion()
This function retrieves the data version from icuver and returns a VersionInfo object with that version information.- Returns:
- Current icu data version
-
-