Method | Description | |
---|---|---|
GetGlobalDir ( ) : string | ||
GetGlobalSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
GetLocalDir ( ) : string | ||
GetLocalSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
GetPackage ( string name ) : |
||
GetSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
GetSourcesFrom ( string dir ) : OpenIDE.Core.Packaging.Source[] | ||
SourceLocator ( string token, string sourcePrioritization ) : System |
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[] |
public GetGlobalSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
return | OpenIDE.Core.Packaging.Source[] |
public GetLocalSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
return | OpenIDE.Core.Packaging.Source[] |
public GetPackage ( string name ) : |
||
name | string | |
return |
public GetSources ( ) : OpenIDE.Core.Packaging.Source[] | ||
return | OpenIDE.Core.Packaging.Source[] |
public GetSourcesFrom ( string dir ) : OpenIDE.Core.Packaging.Source[] | ||
dir | string | |
return | OpenIDE.Core.Packaging.Source[] |
public SourceLocator ( string token, string sourcePrioritization ) : System | ||
token | string | |
sourcePrioritization | string | |
return | System |