Method | Description | |
---|---|---|
@in ( ) : |
||
@out ( ) : |
||
@typeof ( ) : Type | ||
BootEnv ( ) : System | ||
args ( ) : |
||
diagnostics ( ) : |
||
err ( ) : |
||
exit ( long status ) : void | ||
findAllFiles ( Uri uri ) : |
||
findFile ( Uri uri, bool check ) : File | ||
gc ( ) : void | ||
homeDir ( ) : File | ||
host ( ) : string | ||
promptPassword ( string msg ) : string | ||
setArgs ( string args ) : void | ||
tempDir ( ) : File | ||
user ( ) : string | ||
vars ( ) : |
||
workDir ( ) : File |
Method | Description | |
---|---|---|
initArgs ( ) : |
||
initHost ( ) : string | ||
initUser ( ) : string | ||
initVars ( ) : |
public findFile ( Uri uri, bool check ) : File | ||
uri | Uri | |
check | bool | |
return | File |
public promptPassword ( string msg ) : string | ||
msg | string | |
return | string |