C# Class CoApp.Autopackage.AutopackageMain

Main Program for command line coapp tool
Inheritance: AsyncConsoleProgram
Show file Open project: coapp-deprecated/devtools Class Usage Examples

Public Properties

Property Type Description
Override bool

Public Methods

Method Description
Main ( string args ) : int

Main entrypoint for Autopackage.

Protected Methods

Method Description
Fail ( string text, IEnumerable failures ) : int
Main ( IEnumerable args ) : int

The (non-static) startup method

Private Methods

Method Description
CreatePackageFile ( ) : void
CreatePackageModel ( ) : void
FailOnErrors ( ) : void
FindCertificate ( ) : void
HandleErrors ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleMessage ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleWarnings ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
Verbose ( string text ) : void

Method Details

Fail() protected method

protected Fail ( string text, IEnumerable failures ) : int
text string
failures IEnumerable
return int

Main() protected method

The (non-static) startup method
protected Main ( IEnumerable args ) : int
args IEnumerable /// The command line arguments. ///
return int

Main() public static method

Main entrypoint for Autopackage.
public static Main ( string args ) : int
args string /// The command line arguments ///
return int

Property Details

Override public static property

public static bool Override
return bool