Package com.iizigo.quickfix.fixer
Class RecoverModuleSettings
java.lang.Object
org.eclipse.ui.views.markers.WorkbenchMarkerResolution
com.iizigo.quickfix.QuickFixAdapter
com.iizigo.quickfix.fixer.RecoverModuleSettings
- All Implemented Interfaces:
- IQuickFixer,- IMarkerResolution,- IMarkerResolution2
Recovers the module settings file if accidentally removed.
- Author:
- Christopher Mindus
- Field SummaryFields
- Constructor SummaryConstructors
- Method Summary- Methods inherited from class com.iizigo.quickfix.QuickFixAdapter- canBeGrouped, findOtherMarkers, getImage, getMarker, isMarkerRequired, setMarker- Methods inherited from class org.eclipse.ui.views.markers.WorkbenchMarkerResolution- run
- Field Details- IDThe ID "RecoverModuleSettings".- See Also:
 
 
- Constructor Details- RecoverModuleSettingspublic RecoverModuleSettings()
 
- Method Details- runRuns this resolution.- Specified by:
- runin interface- IMarkerResolution
- Specified by:
- runin interface- IQuickFixer
- Specified by:
- runin class- QuickFixAdapter
- Parameters:
- marker- the marker to resolve.
 
- getLabelReturns a short label indicating what the resolution will do.- Specified by:
- getLabelin interface- IMarkerResolution
- Specified by:
- getLabelin interface- IQuickFixer
- Specified by:
- getLabelin class- QuickFixAdapter
- Returns:
- A short label for this resolution.
 
- getDescriptionReturns optional additional information about the resolution. The additional information will be presented to assist the user in deciding if the selected proposal is the desired choice.- Specified by:
- getDescriptionin interface- IMarkerResolution2
- Overrides:
- getDescriptionin class- QuickFixAdapter
- Returns:
- the additional information or null