Class BugMatcherFactory
Represents a factory that creates a bug matcher given the settings stored in the config file for the duplicate checker.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class BugMatcherFactory
Methods
View SourceGetBugMatcher(DuplicateCheckerOptions)
Creates a new bug matcher given the duplicate checker's settings.
Declaration
public static IBugMatcher GetBugMatcher(DuplicateCheckerOptions settings)
Parameters
Type | Name | Description |
---|---|---|
DuplicateCheckerOptions | settings | The duplicate checker settings. |
Returns
Type | Description |
---|---|
IBugMatcher | A bug matcher. |