private class MarkerResolutionGenerator.RefreshResolution extends MavenProblemResolution
LOG| Constructor and Description |
|---|
RefreshResolution(org.eclipse.core.resources.IMarker marker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFix(org.eclipse.core.resources.IMarker marker) |
void |
fix(org.eclipse.core.resources.IMarker[] markers,
org.eclipse.jface.text.IDocument doc,
org.eclipse.core.runtime.IProgressMonitor monitor)
Run this resolution for specified markers
|
java.lang.String |
getDescription() |
org.eclipse.swt.graphics.Image |
getImage() |
java.lang.String |
getLabel() |
boolean |
isSingleton()
Tells whether this resolution should only be present once in a list of resolutions for any number of supported
markers and will always try to resolve them all
|
apply, findOtherMarkers, getAdditionalProposalInfo, getAdditionalProposalInfo, getContextInformation, getDisplayString, getMarker, getOrder, getOrder, getProjects, getResolutions, getSelection, hasResolutions, includeProposal, includeResolution, run, runpublic RefreshResolution(org.eclipse.core.resources.IMarker marker)
public java.lang.String getDescription()
getDescription in interface org.eclipse.ui.IMarkerResolution2getDescription in class MavenProblemResolutionpublic org.eclipse.swt.graphics.Image getImage()
public java.lang.String getLabel()
public boolean isSingleton()
MavenProblemResolutionisSingleton in class MavenProblemResolutionpublic void fix(org.eclipse.core.resources.IMarker[] markers,
org.eclipse.jface.text.IDocument doc,
org.eclipse.core.runtime.IProgressMonitor monitor)
MavenProblemResolutionfix in class MavenProblemResolutionpublic boolean canFix(org.eclipse.core.resources.IMarker marker)
throws org.eclipse.core.runtime.CoreException
canFix in class MavenProblemResolutionorg.eclipse.core.runtime.CoreException