C# Class Azavea.NijPredictivePolicing.ACSAlchemist.Program

Contains main() entry point
Datei anzeigen Open project: azavea/acs-alchemist

Public Methods

Method Description
Main ( string args ) : int

Our main entry point for the command line app

ShowCopyrightAndLicense ( ) : void
ShowWelcomeScreen ( ) : void

Protected Methods

Method Description
DisplayOptions ( ) : void

Iterates over our Arguments collection and displays descriptions, flags, etc.

Init ( ) : void
LoadConfigFile ( ) : void

Searches for our config file in the application path, if it can't find it, just uses defaults

Method Details

DisplayOptions() protected static method

Iterates over our Arguments collection and displays descriptions, flags, etc.
protected static DisplayOptions ( ) : void
return void

Init() protected static method

protected static Init ( ) : void
return void

LoadConfigFile() protected static method

Searches for our config file in the application path, if it can't find it, just uses defaults
protected static LoadConfigFile ( ) : void
return void

Main() public static method

Our main entry point for the command line app
public static Main ( string args ) : int
args string
return int

ShowCopyrightAndLicense() public static method

public static ShowCopyrightAndLicense ( ) : void
return void

ShowWelcomeScreen() public static method

public static ShowWelcomeScreen ( ) : void
return void