public class AddMarkersOperation
extends org.eclipse.ui.actions.WorkspaceModifyOperation
| Constructor and Description |
|---|
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
Set<String> markerIds,
boolean deleteMarkers,
MarkerCreator markerCreator)
Deprecated.
|
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
Set<String> markerIds,
boolean deleteMarkers,
MarkerCreator markerCreator,
MarkerTypeProvider markerTypeProvider) |
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
String markerId,
boolean deleteMarkers,
MarkerCreator markerCreator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(org.eclipse.core.runtime.IProgressMonitor monitor) |
String |
getMarkerId()
Deprecated.
use
getMarkerIds() instead. |
com.google.common.collect.ImmutableList<String> |
getMarkerIds() |
@Deprecated public AddMarkersOperation(org.eclipse.core.resources.IResource resource, List<Issue> issues, String markerId, boolean deleteMarkers, MarkerCreator markerCreator)
AddMarkersOperation(IResource, List, Set, boolean, MarkerCreator, MarkerTypeProvider) instead@Deprecated public AddMarkersOperation(org.eclipse.core.resources.IResource resource, List<Issue> issues, Set<String> markerIds, boolean deleteMarkers, MarkerCreator markerCreator)
AddMarkersOperation(IResource, List, Set, boolean, MarkerCreator, MarkerTypeProvider) insteadpublic AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
Set<String> markerIds,
boolean deleteMarkers,
MarkerCreator markerCreator,
MarkerTypeProvider markerTypeProvider)
@Deprecated public String getMarkerId()
getMarkerIds() instead.public com.google.common.collect.ImmutableList<String> getMarkerIds()
protected void execute(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException,
InvocationTargetException,
InterruptedException
execute in class org.eclipse.ui.actions.WorkspaceModifyOperationorg.eclipse.core.runtime.CoreExceptionInvocationTargetExceptionInterruptedExceptionCopyright © 2016. All Rights Reserved.