Flux provides system level utilities for flux applications
Slots
-
const static internal Image icon(Uri uri)convenience for images loaded out of icons
-
const static internal Type[] indexForInheritance(Str base, Type? t)Given key like "flux.resource." find all indexed prop matches for t, t.super, etc where the values are qualified type names
- loadOptionsSource
-
const static Obj? loadOptions(Pod pod, Str name, Type? t)Read an session options file into memory. An option file is a serialized object stored at "etc/{pod}/{name}.fog".
- localeSource
-
const static Str locale(Str key)Convenience for looking up a locale prop in the
fluxpod. - logSource
-
const static Log log := Flux#.pod().logStandard log for flux pod.
-
const static internal Pod pod := Flux#.podconvenience
fluxpod -
const static internal Type[] qnamesToTypes(Str[] qnames)Map list of qualified type names to types
- saveOptionsSource
-
const static Bool saveOptions(Pod pod, Str name, Obj options)Save sessions options back to file. An option file is a serialized object stored at "etc/{pod}/{name}.fog". Return true on success, false on failure.