tcMenuJavaAPI
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
com.thecoderscorner.menu.persist.VersionInfo Class Reference

Public Member Functions

 VersionInfo (String ver)
 
boolean isSameOrNewerThan (VersionInfo other)
 
String toString ()
 
boolean equals (Object o)
 
int hashCode ()
 

Static Public Member Functions

static VersionInfo fromString (String sel)
 

Static Public Attributes

static final VersionInfo ERROR_VERSION = new VersionInfo("0.0.0")
 

Detailed Description

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.


The documentation for this class was generated from the following file: