Package com.e1c.g5.v8.dt.check.qfix
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 Summary
-
Method Details
-
getFixes
Map<CheckUid,Set<IFix<? extends IFixContext>>> getFixes()Gets all registered fixes- Returns:
- The collection of fixes. May not be
null
-