C# Class Simple.Generator.Console.ContextBase

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( string command, bool interactive ) : void

Méthodes protégées

Méthode Description
Configure ( ) : CommandResolver
ContextBase ( string projectText, string defaultEnv ) : System
Init ( ) : void
OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void
OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void
OnBeforeParse ( string command, bool interactive ) : void

Private Methods

Méthode Description
ConfigureLogging ( ) : void

Method Details

Configure() protected abstract méthode

protected abstract Configure ( ) : CommandResolver
Résultat CommandResolver

ContextBase() protected méthode

protected ContextBase ( string projectText, string defaultEnv ) : System
projectText string
defaultEnv string
Résultat System

Execute() public méthode

public Execute ( string command, bool interactive ) : void
command string
interactive bool
Résultat void

Init() protected méthode

protected Init ( ) : void
Résultat void

OnAfterExecute() protected méthode

protected OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void
commandObject ICommand
command string
interactive bool
Résultat void

OnBeforeExecute() protected méthode

protected OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void
commandObject ICommand
command string
interactive bool
Résultat void

OnBeforeParse() protected méthode

protected OnBeforeParse ( string command, bool interactive ) : void
command string
interactive bool
Résultat void