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 Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Methods inherited from class com.iizigo.quickfix.QuickFixAdapter
canBeGrouped, findOtherMarkers, getImage, getMarker, isMarkerRequired, setMarkerMethods inherited from class org.eclipse.ui.views.markers.WorkbenchMarkerResolution
run
Field Details
ID
The ID "RecoverModuleSettings".- See Also:
Constructor Details
RecoverModuleSettings
public RecoverModuleSettings()
Method Details
run
Runs this resolution.- Specified by:
runin interfaceIMarkerResolution- Specified by:
runin interfaceIQuickFixer- Specified by:
runin classQuickFixAdapter- Parameters:
marker- the marker to resolve.
getLabel
Returns a short label indicating what the resolution will do.- Specified by:
getLabelin interfaceIMarkerResolution- Specified by:
getLabelin interfaceIQuickFixer- Specified by:
getLabelin classQuickFixAdapter- Returns:
- A short label for this resolution.
getDescription
Returns 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 interfaceIMarkerResolution2- Overrides:
getDescriptionin classQuickFixAdapter- Returns:
- the additional information or
null