Class ComponentVersion

  • All Implemented Interfaces:
    Referenceable

    public final class ComponentVersion
    extends InstallableObject
    Defines a component version. It is used by the ComponentDependency to find a specific component on the target machine.
    See Also:
    ComponentDependency
    • Constructor Detail

      • ComponentVersion

        public ComponentVersion()
    • Method Detail

      • getVersionMajor

        public int getVersionMajor()
        The major portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • setVersionMajor

        public void setVersionMajor​(int versionMajor)
        The major portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • setVersionMinor

        public void setVersionMinor​(int versionMinor)
        The minor portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • getVersionMinor

        public int getVersionMinor()
        The minor portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • setVersionRevision

        public void setVersionRevision​(int versionRevision)
        The revision portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • getVersionRevision

        public int getVersionRevision()
        The revision portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • setVersionSubrevision

        public void setVersionSubrevision​(int versionSubrevision)
        The sub-revision portion of the version number. A version is formated as major.minor.revision.sub-revision.
      • getVersionSubrevision

        public int getVersionSubrevision()
        The sub-revision portion of the version number. A version is formated as major.minor.revision.sub-revision.