C# Class Cake.Web.Core.Content.Addins.AddinReader

Inheritance: IAddinReader
Afficher le fichier Open project: cake-build/website Class Usage Examples

Méthodes publiques

Méthode Description
AddinReader ( IFileSystem fileSystem ) : System
Read ( FilePath path ) : Cake.Web.Core.Content.Addins.AddinIndex
Read ( Stream stream ) : Cake.Web.Core.Content.Addins.AddinIndex

Private Methods

Méthode Description
ParseCategories ( string categories ) : IEnumerable
ReadElement ( XmlNode parent, string name, Action func ) : void

Method Details

AddinReader() public méthode

public AddinReader ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System

Read() public méthode

public Read ( FilePath path ) : Cake.Web.Core.Content.Addins.AddinIndex
path FilePath
Résultat Cake.Web.Core.Content.Addins.AddinIndex

Read() public méthode

public Read ( Stream stream ) : Cake.Web.Core.Content.Addins.AddinIndex
stream Stream
Résultat Cake.Web.Core.Content.Addins.AddinIndex