public abstract class AbstractFeedbackParser extends Object implements IFeedbackParser
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. We do not recommending using this API without consulting with the etfw.feedback team.
Constructor and Description |
---|
AbstractFeedbackParser() |
Modifier and Type | Method and Description |
---|---|
void |
createMarkers(List<IFeedbackItem> items,
String markerID) |
IFile |
findSourceFile(String filename,
IFile xmlSourceFile) |
IResource |
getResourceInProject(IProject proj,
String filename) |
IResource |
getResourceInProject(String projName,
String filename)
find file based on project and filename
|
Document |
getXMLDocument(IFile file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeedbackItems, getMarkerID, getViewID
public void createMarkers(List<IFeedbackItem> items, String markerID)
createMarkers
in interface IFeedbackParser
public IFile findSourceFile(String filename, IFile xmlSourceFile)
public IResource getResourceInProject(IProject proj, String filename)
public IResource getResourceInProject(String projName, String filename)
projName
- filename
- public Document getXMLDocument(IFile file) throws ParserConfigurationException, SAXException, IOException
file
- ParserConfigurationException
SAXException
IOException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.