Interface IFixProvider

All Known Implementing Classes:
ExtensionFixProvider

public interface IFixProvider
Provider of quick fixes registered in the system. IFixRepository implementation should use this provider to receive the initial set of quick fix data to work.
  • Method Details

    • getFixes

      Map<CheckUid,Set<IFix<? extends IFixContext>>> getFixes()
      Gets all registered fixes
      Returns:
      The collection of fixes. May not be null