Package org.bedework.calfacade
Class BwVersion
java.lang.Object
org.bedework.calfacade.BwVersion
This defines the current version
- Author:
- Mike Douglass
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intWhen this changes - everything is differentstatic final intWhen this changes - schema and api usually have significant changesstatic final StringPatches which might introduce schema incompatibility if needed.static final intMinor functional updatesstatic final StringResult of concatenating the abovestatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bedeworkMajorVersion
public static final int bedeworkMajorVersionWhen this changes - everything is different- See Also:
-
bedeworkMinorVersion
public static final int bedeworkMinorVersionWhen this changes - schema and api usually have significant changes- See Also:
-
bedeworkUpdateVersion
public static final int bedeworkUpdateVersionMinor functional updates- See Also:
-
bedeworkPatchLevel
Patches which might introduce schema incompatibility if needed. Essentially a bug fix -
bedeworkVersion
Result of concatenating the above -
prodId
-
-
Constructor Details
-
BwVersion
public BwVersion()
-