public class TraceMarkers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_GENERATOR_NAME |
static java.lang.String |
ATTR_PATH |
static java.lang.String |
DEFAULT_GENERATOR_NAME |
static java.lang.String |
MARKER_ID |
Constructor and Description |
---|
TraceMarkers() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.eclipse.core.runtime.IPath> |
findTraceFiles(org.eclipse.core.resources.IFile sourceFile) |
java.util.List<org.eclipse.core.runtime.IPath> |
findTraceFiles(org.eclipse.core.resources.IFile sourceFile,
java.lang.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,
java.lang.String generatorName,
org.eclipse.core.runtime.IPath[] traceFileLocations) |
public static final java.lang.String MARKER_ID
public static final java.lang.String ATTR_PATH
public static final java.lang.String ATTR_GENERATOR_NAME
public static final java.lang.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.CoreException
public java.util.List<org.eclipse.core.runtime.IPath> findTraceFiles(org.eclipse.core.resources.IFile sourceFile) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public java.util.List<org.eclipse.core.runtime.IPath> findTraceFiles(org.eclipse.core.resources.IFile sourceFile, java.lang.String generatorName) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void installMarker(org.eclipse.core.resources.IFile sourceFile, org.eclipse.core.runtime.IPath... traceFileLocations) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void installMarker(org.eclipse.core.resources.IFile sourceFile, java.lang.String generatorName, org.eclipse.core.runtime.IPath[] traceFileLocations) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException