public class DiscoveryWizardResolution extends MavenProblemResolution
LOG
Constructor and Description |
---|
DiscoveryWizardResolution(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 document,
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() |
int |
getOrder() |
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, getProjects, getResolutions, getSelection, hasResolutions, includeProposal, includeResolution, run, run
public DiscoveryWizardResolution(org.eclipse.core.resources.IMarker marker)
public int getOrder()
getOrder
in class MavenProblemResolution
public java.lang.String getDescription()
getDescription
in interface org.eclipse.ui.IMarkerResolution2
getDescription
in class MavenProblemResolution
public java.lang.String getLabel()
public org.eclipse.swt.graphics.Image getImage()
public boolean isSingleton()
MavenProblemResolution
isSingleton
in class MavenProblemResolution
public boolean canFix(org.eclipse.core.resources.IMarker marker)
canFix
in class MavenProblemResolution
public void fix(org.eclipse.core.resources.IMarker[] markers, org.eclipse.jface.text.IDocument document, org.eclipse.core.runtime.IProgressMonitor monitor)
MavenProblemResolution
fix
in class MavenProblemResolution