Package com.identityworksllc.iiq.common
Class IIQVersion
- java.lang.Object
-
- com.identityworksllc.iiq.common.IIQVersion
-
public final class IIQVersion extends Object
A utility class for determining the current version of IIQ and what features are supported in that version.This class should be kept up to date with new releases and features in IIQ.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIIQVersion.VersionThe supported versions of IIQ, along with the features they introduce and the minimum Java version they require.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IIQVersion.Versioncurrent()Gets the current version of IIQ
-
-
-
Method Detail
-
current
public static IIQVersion.Version current()
Gets the current version of IIQ- Returns:
- The current version
-
-