C# Class Tp.MashupManager.MashupLibrary.Library

Inheritance: ILibrary
Show file Open project: TargetProcess/Target-Process-Plugins

Public Methods

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

Private Methods

Method Description
GetPackages ( ILibraryRepositoryConfig config ) : IEnumerable

Method Details

GetPackageDetailed() public method

public GetPackageDetailed ( PackageCommandArg commandArg ) : PackageDetailedDto
commandArg Tp.MashupManager.CustomCommands.Args.PackageCommandArg
return Tp.MashupManager.CustomCommands.Dtos.PackageDetailedDto

GetRepositories() public method

public GetRepositories ( ) : IEnumerable
return IEnumerable

Library() public method

public Library ( ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage ) : System.Collections.Generic
libraryRepositoryFactory ILibraryRepositoryFactory
configStorage ILibraryRepositoryConfigStorage
return System.Collections.Generic

Refresh() public method

public Refresh ( ) : void
return void