Package com.e1c.g5.v8.dt.check.qfix
Interface IFixProvider
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<CheckUid,Set<IFix<? extends IFixContext>>>
getFixes()
Gets all registered fixes
-
-
-
Method Detail
-
getFixes
Map<CheckUid,Set<IFix<? extends IFixContext>>> getFixes()
Gets all registered fixes- Returns:
- The collection of fixes. May not be
null
-
-