C# 클래스 Fan.Sys.Env

상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@in ( ) : InStream
@out ( ) : OutStream
@typeof ( ) : Type
Env ( ) : Fanx.Util
Env ( Env parent ) : Fanx.Util
arch ( ) : string
args ( ) : List
compileScript ( File file ) : Type
compileScript ( File file, Map options ) : Type
config ( Pod pod, string key ) : string
config ( Pod pod, string key, string def ) : string
cur ( ) : Env
diagnostics ( ) : Map
err ( ) : OutStream
exit ( ) : void
exit ( long status ) : void
findAllFiles ( Uri uri ) : List
findAllFiles ( string uri ) : List
findAllPodNames ( ) : List
findFile ( Uri uri ) : File
findFile ( Uri uri, bool check ) : File
findFile ( string uri ) : File
findFile ( string uri, bool check ) : File
findPodFile ( string name ) : File
gc ( ) : void
homeDir ( ) : File
host ( ) : string
idHash ( object obj ) : long
index ( string key ) : List
indexKeys ( ) : List
locale ( Pod pod, string key ) : string
locale ( Pod pod, string key, string def ) : string
locale ( Pod pod, string key, string def, Locale locale ) : string
make_ ( Env self ) : void
make_ ( Env self, Env parent ) : void
os ( ) : string
parent ( ) : Env
platform ( ) : string
promptPassword ( ) : string
promptPassword ( string msg ) : string
props ( Pod pod, Uri uri, Duration maxAge ) : Map
runtime ( ) : string
tempDir ( ) : File
toStr ( ) : string
user ( ) : string
vars ( ) : Map
workDir ( ) : File

메소드 상세

@in() 공개 메소드

public @in ( ) : InStream
리턴 InStream

@out() 공개 메소드

public @out ( ) : OutStream
리턴 OutStream

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Env() 공개 메소드

public Env ( ) : Fanx.Util
리턴 Fanx.Util

Env() 공개 메소드

public Env ( Env parent ) : Fanx.Util
parent Env
리턴 Fanx.Util

arch() 공개 메소드

public arch ( ) : string
리턴 string

args() 공개 메소드

public args ( ) : List
리턴 List

compileScript() 공개 메소드

public compileScript ( File file ) : Type
file File
리턴 Type

compileScript() 공개 메소드

public compileScript ( File file, Map options ) : Type
file File
options Map
리턴 Type

config() 공개 메소드

public config ( Pod pod, string key ) : string
pod Pod
key string
리턴 string

config() 공개 메소드

public config ( Pod pod, string key, string def ) : string
pod Pod
key string
def string
리턴 string

cur() 공개 정적인 메소드

public static cur ( ) : Env
리턴 Env

diagnostics() 공개 메소드

public diagnostics ( ) : Map
리턴 Map

err() 공개 메소드

public err ( ) : OutStream
리턴 OutStream

exit() 공개 메소드

public exit ( ) : void
리턴 void

exit() 공개 메소드

public exit ( long status ) : void
status long
리턴 void

findAllFiles() 공개 메소드

public findAllFiles ( Uri uri ) : List
uri Uri
리턴 List

findAllFiles() 공개 메소드

public findAllFiles ( string uri ) : List
uri string
리턴 List

findAllPodNames() 공개 메소드

public findAllPodNames ( ) : List
리턴 List

findFile() 공개 메소드

public findFile ( Uri uri ) : File
uri Uri
리턴 File

findFile() 공개 메소드

public findFile ( Uri uri, bool check ) : File
uri Uri
check bool
리턴 File

findFile() 공개 메소드

public findFile ( string uri ) : File
uri string
리턴 File

findFile() 공개 메소드

public findFile ( string uri, bool check ) : File
uri string
check bool
리턴 File

findPodFile() 공개 메소드

public findPodFile ( string name ) : File
name string
리턴 File

gc() 공개 메소드

public gc ( ) : void
리턴 void

homeDir() 공개 메소드

public homeDir ( ) : File
리턴 File

host() 공개 메소드

public host ( ) : string
리턴 string

idHash() 공개 메소드

public idHash ( object obj ) : long
obj object
리턴 long

index() 공개 메소드

public index ( string key ) : List
key string
리턴 List

indexKeys() 공개 메소드

public indexKeys ( ) : List
리턴 List

locale() 공개 메소드

public locale ( Pod pod, string key ) : string
pod Pod
key string
리턴 string

locale() 공개 메소드

public locale ( Pod pod, string key, string def ) : string
pod Pod
key string
def string
리턴 string

locale() 공개 메소드

public locale ( Pod pod, string key, string def, Locale locale ) : string
pod Pod
key string
def string
locale Locale
리턴 string

make_() 공개 정적인 메소드

public static make_ ( Env self ) : void
self Env
리턴 void

make_() 공개 정적인 메소드

public static make_ ( Env self, Env parent ) : void
self Env
parent Env
리턴 void

os() 공개 메소드

public os ( ) : string
리턴 string

parent() 공개 메소드

public parent ( ) : Env
리턴 Env

platform() 공개 메소드

public platform ( ) : string
리턴 string

promptPassword() 공개 메소드

public promptPassword ( ) : string
리턴 string

promptPassword() 공개 메소드

public promptPassword ( string msg ) : string
msg string
리턴 string

props() 공개 메소드

public props ( Pod pod, Uri uri, Duration maxAge ) : Map
pod Pod
uri Uri
maxAge Duration
리턴 Map

runtime() 공개 메소드

public runtime ( ) : string
리턴 string

tempDir() 공개 메소드

public tempDir ( ) : File
리턴 File

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

user() 공개 메소드

public user ( ) : string
리턴 string

vars() 공개 메소드

public vars ( ) : Map
리턴 Map

workDir() 공개 메소드

public workDir ( ) : File
리턴 File