Package com.e1c.g5.v8.dt.check.qfix
Interface IFixChangePreviewProvider<CH extends IFixChange>
public interface IFixChangePreviewProvider<CH extends IFixChange>
Provides the specific preview logic for the given
IFixChange
. The preview may depend on the
medium/location/etc. One IFixChange
could have multiple previews???-
Method Summary
Modifier and TypeMethodDescriptionBinds this change processor to a specific type of theIFixChange
The EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found
-
Method Details
-
getPrevievedFixType
Binds this change processor to a specific type of theIFixChange
The EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found- Returns:
- The type of the served
IFixChange
-