Class Version

java.lang.Object
com.realobjects.pdfreactor.Version
All Implemented Interfaces:
Comparable<Version>

public class Version extends Object implements Comparable<Version>

The Version class represents the version of PDFreactor. Version instances are comparable with each other.

  • Method Details

    • getMajor

      public int getMajor()

      The major version.

    • getMinor

      public int getMinor()

      The minor version.

    • getMicro

      public int getMicro()

      The micro version.

    • getBuild

      public int getBuild()

      The build version.

    • getRevision

      public String getRevision()

      The revision.

    • getLabel

      public String getLabel()

      The label of the version.

    • getText

      public String getText()

      The version as text.

    • compareTo

      public int compareTo(Version other)
      Specified by:
      compareTo in interface Comparable<Version>