C# Class HandInput.OfflineProcessor.Program

Datei anzeigen Open project: ushadow/handinput

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
ErrorExit ( String message ) : void
ParseIndex ( String index ) : IEnumerable
ProcessBatches ( String inputSessionFolder, String outputSessionFolder ) : void

Process all the batch data in one session.

ProcessPids ( String inputFolder, String outputFolder ) : void

ProcessSessions ( String inputFolder, String outputFolder ) : void
ToString ( IEnumerable collection ) : String
ValidateOptions ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void