logo

abstract class

fand::BootScript

sys::Obj
  fand::BootScript

BootScript is the base class for the scripts used to boot up a fand process.

Slots

log

Log log

Boot script log

main

Int main()

make

new make()

Construct a new build script.

run

virtual Void run()

Run the script

scriptDir

File scriptDir

The directory containing the this script

scriptFile

File scriptFile

The source file of this script

services

abstract Thread[] services

The services are the list of threads to spawn on startup.

setup

virtual Void setup()

The setup callback is for initializing the application.

startServices

virtual Void startServices()

Start all the threads