Property | Type | Description | |
---|---|---|---|
HOST_ROOT | string |
Property | Type | Description | |
---|---|---|---|
getFileData | |||
setData | void | ||
setDictionary | void |
Method | Description | |
---|---|---|
HostData ( ) : System | ||
checkPattern ( string url ) : |
||
checkPatternList ( string url ) : List |
||
checkUrl ( string host, string path ) : |
||
export ( string path ) : bool | ||
getData ( ) : |
||
getDevList ( ) : |
||
getFileList ( ) : |
||
getHostItem ( string key ) : |
||
getIp ( string hostname ) : string | ||
getRootList ( string key ) : string[] | ||
getTitleList ( ) : |
||
getWebList ( ) : |
||
loadDevList ( ) : void | ||
loadDir ( string fullpath ) : int | ||
loadFile ( string fullpath ) : void | ||
loadHttp ( string policy ) : void | ||
loadHttp ( string url, bool cached ) : void | ||
loadHttpRoot ( string url ) : void | ||
loadPolicyList ( ) : void | ||
refreshHost ( string key, bool state ) : void | ||
removeHost ( string key ) : void | ||
setHost ( |
Method | Description | |
---|---|---|
getFileData ( string fullpath ) : |
||
setData ( HostItem>.Dictionary |
||
setDictionary ( |
public checkPattern ( string url ) : |
||
url | string | |
return |
public checkPatternList ( string url ) : List |
||
url | string | |
return | List |
public checkUrl ( string host, string path ) : |
||
host | string | |
path | string | |
return |
public getTitleList ( ) : |
||
return |
public loadHttp ( string url, bool cached ) : void | ||
url | string | |
cached | bool | |
return | void |
public refreshHost ( string key, bool state ) : void | ||
key | string | |
state | bool | |
return | void |