Property | Type | Description | |
---|---|---|---|
m_doc | string |
Method | Description | |
---|---|---|
@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 ( ) : |
||
doFind ( string name, bool check, |
||
doc ( ) : string | ||
file ( Uri uri ) : Fan.Sys.File | ||
file ( Uri uri, bool check ) : Fan.Sys.File | ||
files ( ) : |
||
find ( string name ) : |
||
find ( string name, bool check ) : |
||
list ( ) : |
||
load ( |
||
locale ( string key ) : string | ||
locale ( string key, string def ) : string | ||
log ( ) : Log | ||
meta ( ) : |
||
name ( ) : string | ||
of ( object obj ) : |
||
props ( Uri uri, Duration maxAge ) : |
||
readFPod ( string name ) : |
||
toStr ( ) : string | ||
type ( string name ) : Type | ||
type ( string name, bool check ) : Type | ||
types ( ) : |
||
uri ( ) : Uri | ||
version ( ) : Version |
Method | Description | |
---|---|---|
Pod ( |
||
findType ( int qname ) : Type | ||
load ( |
||
loadFiles ( ) : void |
public config ( string key, string def ) : string | ||
key | string | |
def | string | |
return | string |
public static doFind ( string name, bool check, |
||
name | string | |
check | bool | |
fpod | ||
return |
public file ( Uri uri, bool check ) : Fan.Sys.File | ||
uri | Uri | |
check | bool | |
return | Fan.Sys.File |
public static find ( string name, bool check ) : |
||
name | string | |
check | bool | |
return |
public locale ( string key, string def ) : string | ||
key | string | |
def | string | |
return | string |
public props ( Uri uri, Duration maxAge ) : |
||
uri | Uri | |
maxAge | Duration | |
return |
public static readFPod ( string name ) : |
||
name | string | |
return |
public type ( string name, bool check ) : Type | ||
name | string | |
check | bool | |
return | Type |