Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixChangeProcessor
-
Packages that use IFixChangeProcessor Package Description com.e1c.g5.v8.dt.check.qfix -
-
Uses of IFixChangeProcessor in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return IFixChangeProcessor Modifier and Type Method Description IFixChangeProcessor<? extends IFixChange,? extends IFixContext>
FixDescriptor. getChangeProcessor()
Provides the change processorIFixChangeProcessor<?,?>
IFixRepository. getFixChangeProcessor(Class<?> changeType)
Provides quick fix change processorMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type IFixChangeProcessor Modifier and Type Method Description void
IFixRepository. registerChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)
Registers the quick fix change processorvoid
FixDescriptor. setChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)
Sets the change processor
-