type

XetoEnv

const class XetoEnv : Obj

XetoEnv models the server side file system search path.

methods

cur

Current environment for the VM

homeDir

Home directory where xeto software is installed

installDir

Default install directory for xeto install.

path

List of paths to search for libraries in both lib and src format

workDir

Working directory - first directory in the path.

Slot Details

cur

static XetoEnv cur()

Current environment for the VM

homeDir

virtual File homeDir()

Home directory where xeto software is installed

installDir

virtual File installDir()

Default install directory for xeto install. Default is the workDir

path

File[] path()

List of paths to search for libraries in both lib and src format

workDir

virtual File workDir()

Working directory - first directory in the path. The workDir is used as default location for xeto init to create new libs.