C# Class Endjin.Assembly.ChangeDetection.Diff.DiffPrinter

Mostra file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
DiffPrinter ( ) : System

Print diffs to console

DiffPrinter ( TextWriter outputStream ) : System

Initializes a new instance of the DiffPrinter class.

Private Methods

Method Description
Print ( AssemblyDiffCollection diff ) : void
PrintAddedRemovedTypes ( DiffCollection diffCollection ) : void
PrintTypeChanges ( TypeDiff typeChange ) : void

Method Details

DiffPrinter() public method

Print diffs to console
public DiffPrinter ( ) : System
return System

DiffPrinter() public method

Initializes a new instance of the DiffPrinter class.
public DiffPrinter ( TextWriter outputStream ) : System
outputStream System.IO.TextWriter The output stream to print the change diff.
return System