type
methods
| cur |
Current environment for the VM |
|---|---|
| homeDir |
Home directory where xeto software is installed |
| installDir |
Default install directory for |
| 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
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.