const classstudsTools::Props

sys::Obj
  studsTools::Props

Props models a projects studs.props file.

get

Source

@Operator
Str? get(Str name)

Get the value for given property name, or null if name not found.

make

Source

new make()

Ctor.

system

Source

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

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

systems

Source

const System[] systems

List of configured systems for this project.