Squeak Class Documentation category index | class index  
 
CommandLineLauncherExample
  category: Framework-Download
  superclass: AbstractLauncher
  subclasses:

CommandLineLauncherExample provides an example for a command line application. if you start squeak with a command line 'class Integer' it will launch a class browser on class Integer.
To enable this execute
CommandLineLauncherExample activate
before you save the image.
To disable execute
CommandLineLauncherExample deactivate

instance methods
  running
  startUp

class methods
  no messages
 

instance methods
  running top  
 

startUp

A backstop for subclasses. Note that this is not a class message (most startUps are class messages).


class methods
  no messages top