C# 클래스 OpenIDE.Core.Profiles.ProfileLocator

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

공개 메소드들

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

비공개 메소드들

메소드 설명
getActiveProfile ( string rootPath ) : string
getAppRoot ( ) : string
getConfigPoint ( string path ) : string
getFilesRecursive ( string path, List files, string pattern ) : void
profileExists ( string name, string rootPath ) : bool

메소드 상세

GetActiveGlobalProfile() 공개 메소드

public GetActiveGlobalProfile ( ) : string
리턴 string

GetActiveLocalProfile() 공개 메소드

public GetActiveLocalProfile ( ) : string
리턴 string

GetFiles() 공개 메소드

public GetFiles ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path, string pattern ) : IEnumerable
path string
pattern string
리턴 IEnumerable

GetFilesCurrentProfiles() 공개 메소드

public GetFilesCurrentProfiles ( ) : IEnumerable
리턴 IEnumerable

GetFilesCurrentProfiles() 공개 메소드

public GetFilesCurrentProfiles ( string pattern ) : IEnumerable
pattern string
리턴 IEnumerable

GetGlobalProfilePath() 공개 메소드

public GetGlobalProfilePath ( string name ) : string
name string
리턴 string

GetGlobalProfileToken() 공개 메소드

public GetGlobalProfileToken ( ) : string
리턴 string

GetGlobalProfilesRoot() 공개 메소드

public GetGlobalProfilesRoot ( ) : string
리턴 string

GetLocalProfilePath() 공개 메소드

public GetLocalProfilePath ( string name ) : string
name string
리턴 string

GetLocalProfileToken() 공개 메소드

public GetLocalProfileToken ( ) : string
리턴 string

GetLocalProfilesRoot() 공개 메소드

public GetLocalProfilesRoot ( ) : string
리턴 string

GetPathsCurrentProfiles() 공개 메소드

public GetPathsCurrentProfiles ( ) : IEnumerable
리턴 IEnumerable

GetProfilesForPath() 공개 메소드

public GetProfilesForPath ( string path ) : List
path string
리턴 List

IsGlobal() 공개 메소드

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

ProfileLocator() 공개 메소드

public ProfileLocator ( string tokenPath ) : System
tokenPath string
리턴 System