메소드 |
설명 |
|
@typeof ( ) : Type |
|
|
close ( ) : void |
Close the pod which should release any locks on the pod file. This method exists only for testing, and should not otherwise be used. |
|
config ( string key ) : string |
|
|
config ( string key, string def ) : string |
|
|
depends ( ) : List |
|
|
doFind ( string name, bool check, FPod fpod ) : Pod |
|
|
doc ( ) : string |
|
|
file ( Uri uri ) : Fan.Sys.File |
|
|
file ( Uri uri, bool check ) : Fan.Sys.File |
|
|
files ( ) : List |
|
|
find ( string name ) : Pod |
|
|
find ( string name, bool check ) : Pod |
|
|
list ( ) : List |
|
|
load ( InStream @in ) : Pod |
|
|
locale ( string key ) : string |
|
|
locale ( string key, string def ) : string |
|
|
log ( ) : Log |
|
|
meta ( ) : Map |
|
|
name ( ) : string |
|
|
of ( object obj ) : Pod |
|
|
props ( Uri uri, Duration maxAge ) : Map |
|
|
readFPod ( string name ) : FPod |
|
|
toStr ( ) : string |
|
|
type ( string name ) : Type |
|
|
type ( string name, bool check ) : Type |
|
|
types ( ) : List |
|
|
uri ( ) : Uri |
|
|
version ( ) : Version |
|
|