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.qfixMethods 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 voidIFixRepository. registerChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)Registers the quick fix change processorvoidFixDescriptor. setChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)Sets the change processor
 
-