C# 클래스 PLinkCore.HostData

Description of HostData.
파일 보기 프로젝트 열기: easylogic/plink

공개 프로퍼티들

프로퍼티 타입 설명
HOST_ROOT string

Private Properties

프로퍼티 타입 설명
getFileData System.Collections.ArrayList
setData void
setDictionary void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
getFileData ( string fullpath ) : ArrayList
setData ( HostItem>.Dictionary itemList ) : void
setDictionary ( ArrayList arr ) : void

메소드 상세

HostData() 공개 메소드

public HostData ( ) : System
리턴 System

checkPattern() 공개 메소드

public checkPattern ( string url ) : HostCheck
url string
리턴 HostCheck

checkPatternList() 공개 메소드

public checkPatternList ( string url ) : List
url string
리턴 List

checkUrl() 공개 메소드

public checkUrl ( string host, string path ) : HostCheck
host string
path string
리턴 HostCheck

export() 공개 메소드

public export ( string path ) : bool
path string
리턴 bool

getData() 공개 메소드

public getData ( ) : ArrayList
리턴 System.Collections.ArrayList

getDevList() 공개 메소드

public getDevList ( ) : ArrayList
리턴 System.Collections.ArrayList

getFileList() 공개 메소드

public getFileList ( ) : ArrayList
리턴 System.Collections.ArrayList

getHostItem() 공개 메소드

public getHostItem ( string key ) : HostItem
key string
리턴 HostItem

getIp() 공개 메소드

public getIp ( string hostname ) : string
hostname string
리턴 string

getRootList() 공개 메소드

public getRootList ( string key ) : string[]
key string
리턴 string[]

getTitleList() 공개 메소드

public getTitleList ( ) : ArrayList
리턴 System.Collections.ArrayList

getWebList() 공개 메소드

public getWebList ( ) : ArrayList
리턴 System.Collections.ArrayList

loadDevList() 공개 메소드

public loadDevList ( ) : void
리턴 void

loadDir() 공개 메소드

public loadDir ( string fullpath ) : int
fullpath string
리턴 int

loadFile() 공개 메소드

public loadFile ( string fullpath ) : void
fullpath string
리턴 void

loadHttp() 공개 메소드

public loadHttp ( string policy ) : void
policy string
리턴 void

loadHttp() 공개 메소드

public loadHttp ( string url, bool cached ) : void
url string
cached bool
리턴 void

loadHttpRoot() 공개 메소드

public loadHttpRoot ( string url ) : void
url string
리턴 void

loadPolicyList() 공개 메소드

public loadPolicyList ( ) : void
리턴 void

refreshHost() 공개 메소드

public refreshHost ( string key, bool state ) : void
key string
state bool
리턴 void

removeHost() 공개 메소드

public removeHost ( string key ) : void
key string
리턴 void

setHost() 공개 메소드

public setHost ( HostItem it ) : int
it HostItem
리턴 int

프로퍼티 상세

HOST_ROOT 공개적으로 프로퍼티

public string HOST_ROOT
리턴 string