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, runpublic DiscoveryWizardResolution(org.eclipse.core.resources.IMarker marker)
public int getOrder()
getOrder in class MavenProblemResolutionpublic java.lang.String getDescription()
getDescription in interface org.eclipse.ui.IMarkerResolution2getDescription in class MavenProblemResolutionpublic java.lang.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 MavenProblemResolution