C# Class Tp.MashupManager.MashupLibrary.Library

Inheritance: ILibrary
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
GetPackageDetailed ( PackageCommandArg commandArg ) : PackageDetailedDto
GetRepositories ( ) : IEnumerable
Library ( ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage ) : System.Collections.Generic
Refresh ( ) : void

Private Methods

Méthode Description
GetPackages ( ILibraryRepositoryConfig config ) : IEnumerable

Method Details

GetPackageDetailed() public méthode

public GetPackageDetailed ( PackageCommandArg commandArg ) : PackageDetailedDto
commandArg Tp.MashupManager.CustomCommands.Args.PackageCommandArg
Résultat Tp.MashupManager.CustomCommands.Dtos.PackageDetailedDto

GetRepositories() public méthode

public GetRepositories ( ) : IEnumerable
Résultat IEnumerable

Library() public méthode

public Library ( ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage ) : System.Collections.Generic
libraryRepositoryFactory ILibraryRepositoryFactory
configStorage ILibraryRepositoryConfigStorage
Résultat System.Collections.Generic

Refresh() public méthode

public Refresh ( ) : void
Résultat void