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

Afficher le fichier Open project: endjin/Endjin.Assembly.ChangeDetection

Méthodes publiques

Méthode Description
DiffPrinter ( ) : System

Print diffs to console

DiffPrinter ( TextWriter outputStream ) : System

Initializes a new instance of the DiffPrinter class.

Private Methods

Méthode Description
Print ( AssemblyDiffCollection diff ) : void
PrintAddedRemovedTypes ( DiffCollection diffCollection ) : void
PrintTypeChanges ( TypeDiff typeChange ) : void

Method Details

DiffPrinter() public méthode

Print diffs to console
public DiffPrinter ( ) : System
Résultat System

DiffPrinter() public méthode

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.
Résultat System