C# Class OpenIDE.Arguments.Handlers.ConfigurationHandler

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

Méthodes publiques

Méthode Description
ConfigurationHandler ( string token, PluginLocator locator, Action eventDispatcher ) : System
Execute ( string arguments ) : void

Private Methods

Méthode Description
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

Method Details

ConfigurationHandler() public méthode

public ConfigurationHandler ( string token, PluginLocator locator, Action eventDispatcher ) : System
token string
locator OpenIDE.Core.Language.PluginLocator
eventDispatcher Action
Résultat System

Execute() public méthode

public Execute ( string arguments ) : void
arguments string
Résultat void