C# Class OpenIDE.Arguments.Handlers.CreateReactiveScriptHandler

Inheritance: ICommandHandler
Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
CreateReactiveScriptHandler ( string token, Action dispatch ) : System
Execute ( string arguments ) : void

Private Methods

Méthode Description
getExtension ( string name ) : string
getFileName ( string name ) : string
getPath ( string arguments ) : string
run ( string cmd, string arguments ) : void

Method Details

CreateReactiveScriptHandler() public méthode

public CreateReactiveScriptHandler ( string token, Action dispatch ) : System
token string
dispatch Action
Résultat System

Execute() public méthode

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