C# Class OpenIDE.Core.FileSystem.SourceLocator

Datei anzeigen Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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[]

Method Details

GetGlobalDir() public method

public GetGlobalDir ( ) : string
return string

GetGlobalSources() public method

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

GetLocalDir() public method

public GetLocalDir ( ) : string
return string

GetLocalSources() public method

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

GetPackage() public method

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

GetSources() public method

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

GetSourcesFrom() public method

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

SourceLocator() public method

public SourceLocator ( string token, string sourcePrioritization ) : System
token string
sourcePrioritization string
return System