Package org.hl7.fhir.utilities.npm
Class ToolsVersion
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.ToolsVersion
-
public class ToolsVersion extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intTOOLS_VERSIONThis constant is the maseter tool version.static StringTOOLS_VERSION_STR
-
Constructor Summary
Constructors Constructor Description ToolsVersion()
-
-
-
Field Detail
-
TOOLS_VERSION
public static final int TOOLS_VERSION
This constant is the maseter tool version. Any time this is updated, all the downstream tools know that something about the cache has changed, and require to be synchronised. This constant is released in the following ways: - with the master source code - in the jar code for the publisher - in the packages (spec.internals, and package.json) - in the validator package (validator.tgz) this constant is checked - when loading the current version package- See Also:
- Constant Field Values
-
TOOLS_VERSION_STR
public static final String TOOLS_VERSION_STR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolsVersion
public ToolsVersion()
-
-