|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeedbackParser
The interface for the parser that will provide IFeedbackItems for the view.
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.
| Method Summary | |
|---|---|
void |
createMarkers(java.util.List<IFeedbackItem> items,
java.lang.String markerID)
|
java.util.List<IFeedbackItem> |
getFeedbackItems(org.eclipse.core.resources.IFile file)
Get the items for the feedback view. |
java.lang.String |
getMarkerID()
Marker ID to be used for creating of markers generated by this feedback parser. |
java.lang.String |
getViewID()
View to be used to show items that this parser provides |
| Method Detail |
|---|
java.util.List<IFeedbackItem> getFeedbackItems(org.eclipse.core.resources.IFile file)
void createMarkers(java.util.List<IFeedbackItem> items,
java.lang.String markerID)
java.lang.String getMarkerID()
java.lang.String getViewID()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||