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
|
String |
getDescription() |
org.eclipse.swt.graphics.Image |
getImage() |
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, runpublic DiscoveryWizardResolution(org.eclipse.core.resources.IMarker marker)
public int getOrder()
getOrder in class MavenProblemResolutionpublic String getDescription()
getDescription in interface org.eclipse.ui.IMarkerResolution2getDescription in class MavenProblemResolutionpublic String getLabel()
public org.eclipse.swt.graphics.Image getImage()
public boolean isSingleton()
MavenProblemResolutionisSingleton in class MavenProblemResolutionpublic boolean canFix(org.eclipse.core.resources.IMarker marker)
canFix in class MavenProblemResolutionpublic void fix(org.eclipse.core.resources.IMarker[] markers,
org.eclipse.jface.text.IDocument document,
org.eclipse.core.runtime.IProgressMonitor monitor)
MavenProblemResolutionfix in class MavenProblemResolutionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.