public class TraceMarkers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_GENERATOR_NAME |
static String |
ATTR_PATH |
static String |
DEFAULT_GENERATOR_NAME |
static String |
MARKER_ID |
| Constructor and Description |
|---|
TraceMarkers() |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.core.runtime.IPath> |
findTraceFiles(org.eclipse.core.resources.IFile sourceFile) |
List<org.eclipse.core.runtime.IPath> |
findTraceFiles(org.eclipse.core.resources.IFile sourceFile,
String generatorName) |
protected org.eclipse.core.resources.IMarker[] |
findTraceMarkers(org.eclipse.core.resources.IFile file) |
void |
installMarker(org.eclipse.core.resources.IFile sourceFile,
org.eclipse.core.runtime.IPath... traceFileLocations) |
void |
installMarker(org.eclipse.core.resources.IFile sourceFile,
String generatorName,
org.eclipse.core.runtime.IPath[] traceFileLocations) |
public static final String MARKER_ID
public static final String ATTR_PATH
public static final String ATTR_GENERATOR_NAME
public static final String DEFAULT_GENERATOR_NAME
protected org.eclipse.core.resources.IMarker[] findTraceMarkers(org.eclipse.core.resources.IFile file)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic List<org.eclipse.core.runtime.IPath> findTraceFiles(org.eclipse.core.resources.IFile sourceFile) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic List<org.eclipse.core.runtime.IPath> findTraceFiles(org.eclipse.core.resources.IFile sourceFile, String generatorName) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic void installMarker(org.eclipse.core.resources.IFile sourceFile,
org.eclipse.core.runtime.IPath... traceFileLocations)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic void installMarker(org.eclipse.core.resources.IFile sourceFile,
String generatorName,
org.eclipse.core.runtime.IPath[] traceFileLocations)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionCopyright © 2016. All Rights Reserved.