|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMetricOverlay
The interface to the program's main API. Calling these methods allows an extension to this plug-in to provide live metric data.
Method Summary | |
---|---|
MetricDocument |
createMetricDocument(org.eclipse.core.runtime.IPath fileName)
Creates a metric document for a specific file. |
MetricDocument |
createMetricDocument(java.lang.String fileName)
Creates a metric document for a specific file. |
Methods inherited from interface java.util.Observer |
---|
update |
Method Detail |
---|
MetricDocument createMetricDocument(java.lang.String fileName)
fileName
- a String representation of the underlying file's path and name.
The path should be an absolute representation.
MetricDocument
for a specific file.MetricDocument createMetricDocument(org.eclipse.core.runtime.IPath fileName)
fileName
- an IPath representation of the file's path and name.
MetricDocument
for a specific file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |