C# Class Tp.MashupManager.MashupLibrary.Repository.LibraryRepositoryFactory

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

Méthodes publiques

Méthode Description
GetRepository ( ILibraryRepositoryConfig config ) : ILibraryRepository
LibraryRepositoryFactory ( ILibraryLocalFolder folder, ILibraryRepositorySynchronizer synchronizer, IMashupLoader mashupLoader ) : Tp.MashupManager.MashupLibrary.Repository.Config

Method Details

GetRepository() public méthode

public GetRepository ( ILibraryRepositoryConfig config ) : ILibraryRepository
config ILibraryRepositoryConfig
Résultat ILibraryRepository

LibraryRepositoryFactory() public méthode

public LibraryRepositoryFactory ( ILibraryLocalFolder folder, ILibraryRepositorySynchronizer synchronizer, IMashupLoader mashupLoader ) : Tp.MashupManager.MashupLibrary.Repository.Config
folder ILibraryLocalFolder
synchronizer ILibraryRepositorySynchronizer
mashupLoader IMashupLoader
Résultat Tp.MashupManager.MashupLibrary.Repository.Config