C# Class NArrange.ConsoleApplication.Program

NArrange console application
Show file Open project: MarcStan/NArrange

Public Methods

Method Description
GetCopyrightText ( ) : string

Gets the copyright text.

GetUsageText ( ) : string

Gets usage information text.

Main ( string args ) : void

Application entry point.

Run ( ILogger logger, CommandArguments commandArgs ) : bool

Runs NArrange using the specified arguments.

Private Methods

Method Description
WriteUsage ( ) : void

Writes usage information to the console.

Method Details

GetCopyrightText() public static method

Gets the copyright text.
public static GetCopyrightText ( ) : string
return string

GetUsageText() public static method

Gets usage information text.
public static GetUsageText ( ) : string
return string

Main() public static method

Application entry point.
public static Main ( string args ) : void
args string Command argument strings.
return void

Run() public static method

Runs NArrange using the specified arguments.
public static Run ( ILogger logger, CommandArguments commandArgs ) : bool
logger ILogger Logger for messages.
commandArgs CommandArguments Command arguments.
return bool