C# Class NuGet.Indexing.CatalogPackageReader

Inheritance: NuGet.Packaging.PackageReaderBase, IDisposable
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Méthodes publiques

Méthode Description
CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System
CopyFiles ( string destination, IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common logger, CancellationToken token ) : IEnumerable
GetFiles ( ) : IEnumerable
GetFiles ( string folder ) : IEnumerable
GetNuspec ( ) : Stream
GetStream ( string path ) : Stream

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CatalogPackageReader() public méthode

public CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System
catalogItem Newtonsoft.Json.Linq.JObject
Résultat System

CopyFiles() public méthode

public CopyFiles ( string destination, IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common logger, CancellationToken token ) : IEnumerable
destination string
packageFiles IEnumerable
extractFile ExtractPackageFileDelegate
logger Common
token System.Threading.CancellationToken
Résultat IEnumerable

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetFiles() public méthode

public GetFiles ( ) : IEnumerable
Résultat IEnumerable

GetFiles() public méthode

public GetFiles ( string folder ) : IEnumerable
folder string
Résultat IEnumerable

GetNuspec() public méthode

public GetNuspec ( ) : Stream
Résultat Stream

GetStream() public méthode

public GetStream ( string path ) : Stream
path string
Résultat Stream