public interface IDerivedResourceMarkers
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.resources.IMarker |
findDerivedResourceMarker(org.eclipse.core.resources.IFile file,
String source)
finds a single derived resource marker for the given file, corresponding to the given source.
|
org.eclipse.core.resources.IMarker[] |
findDerivedResourceMarkers(org.eclipse.core.resources.IResource file)
Find all derived resource marker for the given resource and its children (if existent).
|
Iterable<org.eclipse.core.resources.IMarker> |
findDerivedResourceMarkers(org.eclipse.core.resources.IResource file,
String generatorId)
Find all derived resource marker for the given resource and its children (if existent), which were installed for the given generatorId.
|
List<org.eclipse.core.resources.IFile> |
findDerivedResources(org.eclipse.core.resources.IContainer container,
String source) |
String |
getSource(org.eclipse.core.resources.IMarker marker) |
boolean |
installMarker(org.eclipse.core.resources.IFile file,
String source) |
boolean installMarker(org.eclipse.core.resources.IFile file,
String source)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionString getSource(org.eclipse.core.resources.IMarker marker)
org.eclipse.core.resources.IMarker findDerivedResourceMarker(org.eclipse.core.resources.IFile file,
String source)
throws org.eclipse.core.runtime.CoreException
null if no such marker could be found.org.eclipse.core.runtime.CoreExceptionorg.eclipse.core.resources.IMarker[] findDerivedResourceMarkers(org.eclipse.core.resources.IResource file)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionIterable<org.eclipse.core.resources.IMarker> findDerivedResourceMarkers(org.eclipse.core.resources.IResource file, String generatorId) throws org.eclipse.core.runtime.CoreException
Iterable if none.org.eclipse.core.runtime.CoreExceptionCopyright © 2016. All Rights Reserved.