C# Class Azavea.NijPredictivePolicing.ACSAlchemist.Program

Contains main() entry point
Afficher le fichier Open project: azavea/acs-alchemist

Méthodes publiques

Méthode Description
Main ( string args ) : int

Our main entry point for the command line app

ShowCopyrightAndLicense ( ) : void
ShowWelcomeScreen ( ) : void

Méthodes protégées

Méthode 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 méthode

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

Init() protected static méthode

protected static Init ( ) : void
Résultat void

LoadConfigFile() protected static méthode

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

Main() public static méthode

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

ShowCopyrightAndLicense() public static méthode

public static ShowCopyrightAndLicense ( ) : void
Résultat void

ShowWelcomeScreen() public static méthode

public static ShowWelcomeScreen ( ) : void
Résultat void