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
Show file Open project: igorfrance/sage

Public Methods

Method Description
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

Method Details

GetUsage() public method

public GetUsage ( ) : string
return string

ParseArguments() public method

public ParseArguments ( string args ) : bool
args string
return bool

Run() public method

public Run ( ) : void
return void