Uses of Class
org.knuth.chkupdate.Version

Packages that use Version
org.knuth.chkupdate   
 

Uses of Version in org.knuth.chkupdate
 

Fields in org.knuth.chkupdate declared as Version
private  Version UpdateResult.version
          The latest version as a "Version"-Object
 

Methods in org.knuth.chkupdate that return Version
 Version UpdateResult.getVersion()
          Returns the version of this update as a "Version"-Object.
 

Methods in org.knuth.chkupdate with parameters of type Version
 boolean Version.isNewerThen(Version version)
          Checks if this version is higher (newer) then the given one.