Uses of Class
core.Version

Packages that use Version
core   
 

Uses of Version in core
 

Fields in core declared as Version
static Version Version.ITUNESDSM_VERSION
          Returns the current Version object of the iTunesDSM program.
 

Methods in core that return Version
 Version Version.getLatestITDSMVersion()
          Reads the newest version information from a file on a webserver.
static Version Version.parseVersion(java.lang.String versionString)
          Parses a version string.
 

Methods in core with parameters of type Version
 boolean Version.equals(Version testVersion)
          Tests whether or not to the version object is equal to another version object.
 boolean Version.isUpToDate(Version onlineVersion)
          Determines whether this Version object is an newer version than the given olderVersion object.