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

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

공개 메소드들

메소드 설명
ConfigurationHandler ( string token, PluginLocator locator, Action eventDispatcher ) : System
Execute ( string arguments ) : void

비공개 메소드들

메소드 설명
initializingConfiguration ( string path ) : void
isInitialized ( string path ) : bool
parseArguments ( string arguments ) : CommandArguments
printClosestConfiguration ( string path, string arguments ) : void
printConfigurationOptions ( string path ) : void
printMergedConfig ( string path ) : void
updateConfiguration ( string path, string arguments ) : void

메소드 상세

ConfigurationHandler() 공개 메소드

public ConfigurationHandler ( string token, PluginLocator locator, Action eventDispatcher ) : System
token string
locator OpenIDE.Core.Language.PluginLocator
eventDispatcher Action
리턴 System

Execute() 공개 메소드

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