AddonVersion object represents the version
in terms of major, minor and patch level.
For ex.
am_components_installer_01_02_03.jar or am_components_configurator_01_02_03.jar
If no version is present in the name, it'll be assumed that
the major is 00, minor is 00 and patch level is 00.
This class provides methods to get the components of version
major, minor and patch level as int and the full version as string
ex. 01_02_03 |