const classstudsTools::System
sys::Obj studsTools::System
System models a target system image.
- find
static System? find(Str name, Bool checked := true)Find System with given name. If system not found throw Err if
checkedis true, otherwise returnnull.- jre
const Str jreJRE platform for this system.
- list
static System[] list()List available systems.
- make
new make(|This f)It-block ctor.
- name
const Str nameUnique name for this system
- uri
const Uri uriURI to fetch system image.
- version
const Version versionVesion of system.