Squeak Class Documentation category index | class index  
 
SystemVersion
  category: System-Support
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  date
date:
datedVersion
highestUpdate
highestUpdate:
includesUpdate:
registerUpdate:
resetHighestUpdate
unregisterUpdate:
updates
version
version:

  initialize
  initialize

  printing
  printOn:

class methods
  accessing
  current
parseVersionString:
pluginVersion:newerThan:

  class initialization
  setVersion

  instance creation
  new
newVersion:

  updating
  check:andRequestPluginUpdate:
checkAndApplyUpdates:
currentPluginVersion

instance methods
  accessing top  
 

date


 

date:


 

datedVersion

Answer the version of this release.


 

highestUpdate


 

highestUpdate:


 

includesUpdate:


 

registerUpdate:


 

resetHighestUpdate


 

unregisterUpdate:


 

updates


 

version


 

version:


  initialize top  
 

initialize


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


class methods
  accessing top  
 

current


 

parseVersionString:

Answer the version of this release as version, date, update.


 

pluginVersion:newerThan:


  class initialization top  
 

setVersion

SystemVersion setVersion


  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.


 

newVersion:


  updating top  
 

check:andRequestPluginUpdate:

SystemVersion check: 'zzz' andRequestPluginUpdate: 'http://www.squeakland.org/installers/update.html'


 

checkAndApplyUpdates:

SystemVersion checkAndApplyUpdates: nil


 

currentPluginVersion