Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixChangeProcessor
Packages that use IFixChangeProcessor
-
Uses of IFixChangeProcessor in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return IFixChangeProcessorModifier and TypeMethodDescriptionIFixChangeProcessor<? 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 IFixChangeProcessorModifier and TypeMethodDescriptionvoidIFixRepository.registerChangeProcessor(IFixChangeProcessor<? extends IFixChange, ? extends IFixContext> changeProcessor) Registers the quick fix change processorvoidFixDescriptor.setChangeProcessor(IFixChangeProcessor<? extends IFixChange, ? extends IFixContext> changeProcessor) Sets the change processor -
Uses of IFixChangeProcessor in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return IFixChangeProcessorModifier and TypeMethodDescriptionIFixChangeProcessor<?,?> FixRepository.getFixChangeProcessor(Class<?> changeType) Methods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type IFixChangeProcessorModifier and TypeMethodDescriptionvoidFixRepository.registerChangeProcessor(IFixChangeProcessor<?, ?> changeProcessor)