Class Tribuo
java.lang.Object
org.tribuo.Tribuo
This class stores the current Tribuo version, along with other compile time information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe build timestamp.static final booleanIs this a snapshot build.static final intThe major version number.static final intThe minor version number.static final intThe patch release number.static final StringAny tag on the version number, e.g., SNAPSHOT, ALPHA, etc.static final StringThe full Tribuo version string. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
-
BUILD_TIMESTAMP
-
MAJOR_VERSION
public static final int MAJOR_VERSIONThe major version number. -
MINOR_VERSION
public static final int MINOR_VERSIONThe minor version number. -
POINT_VERSION
public static final int POINT_VERSIONThe patch release number. -
TAG_VERSION
Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc. -
IS_SNAPSHOT
public static final boolean IS_SNAPSHOTIs this a snapshot build.
-
-
Constructor Details
-
Tribuo
public Tribuo()
-