const classstudsTools::System

sys::Obj
  studsTools::System

System models a target system image.

find

Source

static System? find(Str name, Bool checked := true)

Find System with given name. If system not found throw Err if checked is true, otherwise return null.

jre

Source

const Str jre := "linux-armv6-vfp-hflt"

JRE platform for this system.

list

Source

static System[] list()

List available systems.

make

Source

new make(Str name, Version version)

It-block ctor.

name

Source

const Str name

Unique name for this system

uri

Source

const Uri uri

URI to fetch system image.

version

Source

const Version version

Vesion of system.