public interface 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.
Modifier and Type | Method and Description |
---|---|
void |
createMarkers(List<IFeedbackItem> items,
String markerID) |
List<IFeedbackItem> |
getFeedbackItems(IFile file)
Get the items for the feedback view.
|
String |
getMarkerID()
Marker ID to be used for creating of markers generated by this feedback
parser.
|
String |
getViewID()
View to be used to show items that this parser provides
|
List<IFeedbackItem> getFeedbackItems(IFile file)
void createMarkers(List<IFeedbackItem> items, String markerID)
String getMarkerID()
String getViewID()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.