C# Class PLinkCore.HostData

Description of HostData.
Afficher le fichier Open project: easylogic/plink

Méthodes publiques

Свойство Type Description
HOST_ROOT string

Private Properties

Свойство Type Description
getFileData System.Collections.ArrayList
setData void
setDictionary void

Méthodes publiques

Méthode Description
HostData ( ) : System
checkPattern ( string url ) : HostCheck
checkPatternList ( string url ) : List
checkUrl ( string host, string path ) : HostCheck
export ( string path ) : bool
getData ( ) : ArrayList
getDevList ( ) : ArrayList
getFileList ( ) : ArrayList
getHostItem ( string key ) : HostItem
getIp ( string hostname ) : string
getRootList ( string key ) : string[]
getTitleList ( ) : ArrayList
getWebList ( ) : ArrayList
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 ( HostItem it ) : int

Private Methods

Méthode Description
getFileData ( string fullpath ) : ArrayList
setData ( HostItem>.Dictionary itemList ) : void
setDictionary ( ArrayList arr ) : void

Method Details

HostData() public méthode

public HostData ( ) : System
Résultat System

checkPattern() public méthode

public checkPattern ( string url ) : HostCheck
url string
Résultat HostCheck

checkPatternList() public méthode

public checkPatternList ( string url ) : List
url string
Résultat List

checkUrl() public méthode

public checkUrl ( string host, string path ) : HostCheck
host string
path string
Résultat HostCheck

export() public méthode

public export ( string path ) : bool
path string
Résultat bool

getData() public méthode

public getData ( ) : ArrayList
Résultat System.Collections.ArrayList

getDevList() public méthode

public getDevList ( ) : ArrayList
Résultat System.Collections.ArrayList

getFileList() public méthode

public getFileList ( ) : ArrayList
Résultat System.Collections.ArrayList

getHostItem() public méthode

public getHostItem ( string key ) : HostItem
key string
Résultat HostItem

getIp() public méthode

public getIp ( string hostname ) : string
hostname string
Résultat string

getRootList() public méthode

public getRootList ( string key ) : string[]
key string
Résultat string[]

getTitleList() public méthode

public getTitleList ( ) : ArrayList
Résultat System.Collections.ArrayList

getWebList() public méthode

public getWebList ( ) : ArrayList
Résultat System.Collections.ArrayList

loadDevList() public méthode

public loadDevList ( ) : void
Résultat void

loadDir() public méthode

public loadDir ( string fullpath ) : int
fullpath string
Résultat int

loadFile() public méthode

public loadFile ( string fullpath ) : void
fullpath string
Résultat void

loadHttp() public méthode

public loadHttp ( string policy ) : void
policy string
Résultat void

loadHttp() public méthode

public loadHttp ( string url, bool cached ) : void
url string
cached bool
Résultat void

loadHttpRoot() public méthode

public loadHttpRoot ( string url ) : void
url string
Résultat void

loadPolicyList() public méthode

public loadPolicyList ( ) : void
Résultat void

refreshHost() public méthode

public refreshHost ( string key, bool state ) : void
key string
state bool
Résultat void

removeHost() public méthode

public removeHost ( string key ) : void
key string
Résultat void

setHost() public méthode

public setHost ( HostItem it ) : int
it HostItem
Résultat int

Property Details

HOST_ROOT public_oe property

public string HOST_ROOT
Résultat string