C# Class NuGet.XmlTransfomer

Inheritance: IPackageFileTransformer
Show file Open project: monoman/NugetCracker

Public Methods

Method Description
XmlTransfomer ( XElement>.IDictionary nodeActions ) : System

Private Methods

Method Description
GetXml ( IPackageFile file, IProjectSystem projectSystem ) : System.Xml.Linq.XElement
RevertFile ( IPackageFile file, string targetPath, IEnumerable matchingFiles, IProjectSystem projectSystem ) : void
TransformFile ( IPackageFile file, string targetPath, IProjectSystem projectSystem ) : void

Method Details

XmlTransfomer() public method

public XmlTransfomer ( XElement>.IDictionary nodeActions ) : System
nodeActions XElement>.IDictionary
return System