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, run
public RefreshResolution(org.eclipse.core.resources.IMarker marker)
public java.lang.String getDescription()
getDescription
in interface org.eclipse.ui.IMarkerResolution2
getDescription
in class MavenProblemResolution
public org.eclipse.swt.graphics.Image getImage()
public java.lang.String getLabel()
public boolean isSingleton()
MavenProblemResolution
isSingleton
in class MavenProblemResolution
public void fix(org.eclipse.core.resources.IMarker[] markers, org.eclipse.jface.text.IDocument doc, org.eclipse.core.runtime.IProgressMonitor monitor)
MavenProblemResolution
fix
in class MavenProblemResolution
public boolean canFix(org.eclipse.core.resources.IMarker marker) throws org.eclipse.core.runtime.CoreException
canFix
in class MavenProblemResolution
org.eclipse.core.runtime.CoreException