|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmetricsOverlay.api.MetricOverlayAPI
public class MetricOverlayAPI
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. |
void |
update(java.util.Observable arg0,
java.lang.Object arg1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void update(java.util.Observable arg0, java.lang.Object arg1)
update
in interface java.util.Observer
public MetricDocument createMetricDocument(java.lang.String fileName)
IMetricOverlay
createMetricDocument
in interface IMetricOverlay
fileName
- a String representation of the underlying file's path and name.
The path should be an absolute representation.
MetricDocument
for a specific file.public MetricDocument createMetricDocument(org.eclipse.core.runtime.IPath fileName)
IMetricOverlay
createMetricDocument
in interface IMetricOverlay
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 |