Package com.iizigo.quickfix.fixer
Class CreateModuleFolders
java.lang.Object
org.eclipse.ui.views.markers.WorkbenchMarkerResolution
com.iizigo.quickfix.QuickFixAdapter
com.iizigo.quickfix.fixer.CreateModuleFolders
- All Implemented Interfaces:
- IQuickFixer,- org.eclipse.ui.IMarkerResolution,- org.eclipse.ui.IMarkerResolution2
Recovers a missing folder if accidentally removed.
- Author:
- Christopher Mindus
- Field SummaryFields
- Constructor SummaryConstructors
- Method Summary- Methods inherited from class com.iizigo.quickfix.QuickFixAdapter- canBeGrouped, findOtherMarkers, getDescription, getImage, getMarker, isMarkerRequired, setMarker- Methods inherited from class org.eclipse.ui.views.markers.WorkbenchMarkerResolution- run
- Field Details- IDThe ID "CreateModuleFoldersQuickFixer".- See Also:
 
 
- Constructor Details- CreateModuleFolderspublic CreateModuleFolders()
 
- Method Details- runpublic void run- (org.eclipse.core.resources.IMarker marker) Runs this resolution.- Specified by:
- runin interface- org.eclipse.ui.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- org.eclipse.ui.IMarkerResolution
- Specified by:
- getLabelin interface- IQuickFixer
- Specified by:
- getLabelin class- QuickFixAdapter
- Returns:
- A short label for this resolution.