Package org.firebirdsql.jaybird
Class Version
- java.lang.Object
-
- org.firebirdsql.jaybird.Version
-
public final class Version extends java.lang.Object
Class to access information fromorg/firebirdsql/jaybird/version.properties
.- Author:
- Mark Rotteveel
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JAYBIRD_DISPLAY_VERSION
static int
JAYBIRD_MAJOR_VERSION
static int
JAYBIRD_MINOR_VERSION
static java.lang.String
JAYBIRD_SIMPLE_VERSION
-
-
-
Field Detail
-
JAYBIRD_SIMPLE_VERSION
public static final java.lang.String JAYBIRD_SIMPLE_VERSION
-
JAYBIRD_DISPLAY_VERSION
public static final java.lang.String JAYBIRD_DISPLAY_VERSION
-
JAYBIRD_MAJOR_VERSION
public static final int JAYBIRD_MAJOR_VERSION
-
JAYBIRD_MINOR_VERSION
public static final int JAYBIRD_MINOR_VERSION
-
-