C# Class Sage.Tools.Utilities.ExtensionRefresher

Scans the specified directory for sage extension projects, then builds and installs them as extensions in any project that depend on them.
Inheritance: IUtility
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

Method Details

GetUsage() public méthode

public GetUsage ( ) : string
Résultat string

ParseArguments() public méthode

public ParseArguments ( string args ) : bool
args string
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void