C# Class OpenIDE.Core.Profiles.ProfileLocator

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
GetActiveGlobalProfile ( ) : string
GetActiveLocalProfile ( ) : string
GetFiles ( string path ) : IEnumerable
GetFiles ( string path, string pattern ) : IEnumerable
GetFilesCurrentProfiles ( ) : IEnumerable
GetFilesCurrentProfiles ( string pattern ) : IEnumerable
GetGlobalProfilePath ( string name ) : string
GetGlobalProfileToken ( ) : string
GetGlobalProfilesRoot ( ) : string
GetLocalProfilePath ( string name ) : string
GetLocalProfileToken ( ) : string
GetLocalProfilesRoot ( ) : string
GetPathsCurrentProfiles ( ) : IEnumerable
GetProfilesForPath ( string path ) : List
IsGlobal ( string path ) : bool
ProfileLocator ( string tokenPath ) : System

Private Methods

Méthode Description
getActiveProfile ( string rootPath ) : string
getAppRoot ( ) : string
getConfigPoint ( string path ) : string
getFilesRecursive ( string path, List files, string pattern ) : void
profileExists ( string name, string rootPath ) : bool

Method Details

GetActiveGlobalProfile() public méthode

public GetActiveGlobalProfile ( ) : string
Résultat string

GetActiveLocalProfile() public méthode

public GetActiveLocalProfile ( ) : string
Résultat string

GetFiles() public méthode

public GetFiles ( string path ) : IEnumerable
path string
Résultat IEnumerable

GetFiles() public méthode

public GetFiles ( string path, string pattern ) : IEnumerable
path string
pattern string
Résultat IEnumerable

GetFilesCurrentProfiles() public méthode

public GetFilesCurrentProfiles ( ) : IEnumerable
Résultat IEnumerable

GetFilesCurrentProfiles() public méthode

public GetFilesCurrentProfiles ( string pattern ) : IEnumerable
pattern string
Résultat IEnumerable

GetGlobalProfilePath() public méthode

public GetGlobalProfilePath ( string name ) : string
name string
Résultat string

GetGlobalProfileToken() public méthode

public GetGlobalProfileToken ( ) : string
Résultat string

GetGlobalProfilesRoot() public méthode

public GetGlobalProfilesRoot ( ) : string
Résultat string

GetLocalProfilePath() public méthode

public GetLocalProfilePath ( string name ) : string
name string
Résultat string

GetLocalProfileToken() public méthode

public GetLocalProfileToken ( ) : string
Résultat string

GetLocalProfilesRoot() public méthode

public GetLocalProfilesRoot ( ) : string
Résultat string

GetPathsCurrentProfiles() public méthode

public GetPathsCurrentProfiles ( ) : IEnumerable
Résultat IEnumerable

GetProfilesForPath() public méthode

public GetProfilesForPath ( string path ) : List
path string
Résultat List

IsGlobal() public méthode

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

ProfileLocator() public méthode

public ProfileLocator ( string tokenPath ) : System
tokenPath string
Résultat System