C# 클래스 OpenIDE.Arguments.Handlers.ProfileHandler

상속: ICommandHandler
파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
Execute ( string arguments ) : void
ProfileHandler ( ConfigurationHandler configHandler, Action eventDispatcher ) : System

비공개 메소드들

메소드 설명
cloneProfile ( Args args ) : void
copyRecursive ( string source, string destination, Func copyValidator ) : void
createProfile ( Args args ) : void
deleteProfile ( Args args ) : void
getActiveProfile ( Args args ) : string
getArgs ( string arguments ) : Args
getProfilePath ( Args args, string name ) : string
listProfilePaths ( ) : void
listProfiles ( ) : void
listProfilesRaw ( ) : void
loadProfile ( Args args ) : void
removeDir ( string dir ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( string arguments ) : void
arguments string
리턴 void

ProfileHandler() 공개 메소드

public ProfileHandler ( ConfigurationHandler configHandler, Action eventDispatcher ) : System
configHandler ConfigurationHandler
eventDispatcher Action
리턴 System