C# Class Mercurial.NonPersistentClientFactory

This class implements IClientFactory by always constructing objects of type NonPersistentClient.
Inheritance: IClientFactory
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
CreateClient ( string repositoryPath ) : IClient

Creates a new IClient object for use by the Repository.

Method Details

CreateClient() public method

Creates a new IClient object for use by the Repository.
/// is null or empty. ///
public CreateClient ( string repositoryPath ) : IClient
repositoryPath string /// The path to the repository to manage by the and the /// . ///
return IClient