public abstract class AbstractFeedbackParser extends java.lang.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(java.util.List<IFeedbackItem> items,
java.lang.String markerID) |
org.eclipse.core.resources.IFile |
findSourceFile(java.lang.String filename,
org.eclipse.core.resources.IFile xmlSourceFile) |
org.eclipse.core.resources.IResource |
getResourceInProject(org.eclipse.core.resources.IProject proj,
java.lang.String filename) |
org.eclipse.core.resources.IResource |
getResourceInProject(java.lang.String projName,
java.lang.String filename)
find file based on project and filename
|
org.w3c.dom.Document |
getXMLDocument(org.eclipse.core.resources.IFile file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeedbackItems, getMarkerID, getViewIDpublic void createMarkers(java.util.List<IFeedbackItem> items, java.lang.String markerID)
createMarkers in interface IFeedbackParserpublic org.eclipse.core.resources.IFile findSourceFile(java.lang.String filename,
org.eclipse.core.resources.IFile xmlSourceFile)
public org.eclipse.core.resources.IResource getResourceInProject(org.eclipse.core.resources.IProject proj,
java.lang.String filename)
public org.eclipse.core.resources.IResource getResourceInProject(java.lang.String projName,
java.lang.String filename)
projName - filename - public org.w3c.dom.Document getXMLDocument(org.eclipse.core.resources.IFile file)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
file - javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.