java.lang.Object
com.thecoderscorner.menu.persist.VersionInfo

public class VersionInfo extends Object
This class represents a version number in standard form, such as 1.2.3, it can parse from text and determine which is the newer of two versions.
  • Field Details

    • ERROR_VERSION

      public static final VersionInfo ERROR_VERSION
  • Constructor Details

    • VersionInfo

      public VersionInfo(String ver)
  • Method Details