org.eclipse.emf.cdo.releng.version
Class Markers

java.lang.Object
  extended by org.eclipse.emf.cdo.releng.version.Markers

public final class Markers
extends Object


Field Summary
static String MARKER_TYPE
           
 
Method Summary
static void addMarker(IFile file, String message, int severity, int lineNumber, int charStart, int charEnd)
           
static void addMarker(IFile file, String message, int severity, String regex)
           
static void addMarker(IResource resource, String message)
           
static void addMarker(IResource resource, String message, int severity)
           
static void addMarker(IResource resource, String message, int severity, int lineNumber)
           
static void deleteAllMarkers(IResource resource)
           
static void deleteMarkers(IResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARKER_TYPE

public static final String MARKER_TYPE
See Also:
Constant Field Values
Method Detail

addMarker

public static void addMarker(IResource resource,
                             String message)
                      throws CoreException
Throws:
CoreException

addMarker

public static void addMarker(IResource resource,
                             String message,
                             int severity)
                      throws CoreException
Throws:
CoreException

addMarker

public static void addMarker(IResource resource,
                             String message,
                             int severity,
                             int lineNumber)
                      throws CoreException
Throws:
CoreException

addMarker

public static void addMarker(IFile file,
                             String message,
                             int severity,
                             int lineNumber,
                             int charStart,
                             int charEnd)
                      throws CoreException
Throws:
CoreException

addMarker

public static void addMarker(IFile file,
                             String message,
                             int severity,
                             String regex)
                      throws CoreException,
                             IOException
Throws:
CoreException
IOException

deleteMarkers

public static void deleteMarkers(IResource resource)
                          throws CoreException
Throws:
CoreException

deleteAllMarkers

public static void deleteAllMarkers(IResource resource)
                             throws CoreException
Throws:
CoreException


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.