C# 클래스 OpenIDE.Core.FileSystem.SourceLocator

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
GetGlobalDir ( ) : string
GetGlobalSources ( ) : OpenIDE.Core.Packaging.Source[]
GetLocalDir ( ) : string
GetLocalSources ( ) : OpenIDE.Core.Packaging.Source[]
GetPackage ( string name ) : Source.SourcePackage
GetSources ( ) : OpenIDE.Core.Packaging.Source[]
GetSourcesFrom ( string dir ) : OpenIDE.Core.Packaging.Source[]
SourceLocator ( string token, string sourcePrioritization ) : System

비공개 메소드들

메소드 설명
addSources ( List sources, string path ) : void
getContent ( string file ) : string
getGlobalPath ( string profile ) : string
getLocalPath ( string profile ) : string
getPath ( string root ) : string
getSources ( string dir ) : OpenIDE.Core.Packaging.Source[]
prioritizeList ( IEnumerable packageSources ) : OpenIDE.Core.Packaging.Source[]

메소드 상세

GetGlobalDir() 공개 메소드

public GetGlobalDir ( ) : string
리턴 string

GetGlobalSources() 공개 메소드

public GetGlobalSources ( ) : OpenIDE.Core.Packaging.Source[]
리턴 OpenIDE.Core.Packaging.Source[]

GetLocalDir() 공개 메소드

public GetLocalDir ( ) : string
리턴 string

GetLocalSources() 공개 메소드

public GetLocalSources ( ) : OpenIDE.Core.Packaging.Source[]
리턴 OpenIDE.Core.Packaging.Source[]

GetPackage() 공개 메소드

public GetPackage ( string name ) : Source.SourcePackage
name string
리턴 OpenIDE.Core.Packaging.Source.SourcePackage

GetSources() 공개 메소드

public GetSources ( ) : OpenIDE.Core.Packaging.Source[]
리턴 OpenIDE.Core.Packaging.Source[]

GetSourcesFrom() 공개 메소드

public GetSourcesFrom ( string dir ) : OpenIDE.Core.Packaging.Source[]
dir string
리턴 OpenIDE.Core.Packaging.Source[]

SourceLocator() 공개 메소드

public SourceLocator ( string token, string sourcePrioritization ) : System
token string
sourcePrioritization string
리턴 System