Uses of Class
com.e1c.g5.v8.dt.check.qfix.FixProcessHandle
-
Packages that use FixProcessHandle Package Description com.e1c.g5.v8.dt.check.qfix -
-
Uses of FixProcessHandle in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return FixProcessHandle Modifier and Type Method Description FixProcessHandle
IFixManager. prepareFix(IMarkerWrapper marker, IDtProject dtProject)
Prepares the quick fix process for the problem being described by the given markerMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type FixProcessHandle Modifier and Type Method Description void
IFixManager. executeFix(FixProcessHandle handle, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Executes the code of the quick fixvoid
IFixManager. finishFix(FixProcessHandle handle)
Finalizes the quick fix TODO: Check whether it's neededCollection<FixVariantDescriptor>
IFixManager. getApplicableFixVariants(FixProcessHandle handle)
Gets applicable fix variants for the given fix process.void
IFixManager. selectFixVariant(FixVariantDescriptor descriptor, FixProcessHandle handle)
Selects the target fix variant from available set.
-