|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.monitorenter.gui.chart.io.AStaticDataCollector
info.monitorenter.gui.chart.io.PropertyFileStaticDataCollector
public class PropertyFileStaticDataCollector
Data collector that collects data in form of
ITracePoint2D instances from a property
file ( Properties).
| Field Summary |
|---|
| Fields inherited from class info.monitorenter.gui.chart.io.AStaticDataCollector |
|---|
m_trace |
| Constructor Summary | |
|---|---|
PropertyFileStaticDataCollector(ITrace2D trace,
java.io.InputStream propertyFileStream)
Constructor with target trace and property file. |
|
| Method Summary | |
|---|---|
void |
collectData()
Collects all ITracePoint instances from it's underlying
source and adds it to the internal trace. |
| Methods inherited from class info.monitorenter.gui.chart.io.AStaticDataCollector |
|---|
getTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyFileStaticDataCollector(ITrace2D trace,
java.io.InputStream propertyFileStream)
trace - the target trace to add data to.propertyFileStream - the stream of the file in the Properties
format where TracePoint2D
instances (key is x, value is y) is parsed from.| Method Detail |
|---|
public void collectData()
throws java.io.FileNotFoundException,
java.io.IOException
AStaticDataCollectorITracePoint instances from it's underlying
source and adds it to the internal trace.
collectData in class AStaticDataCollectorjava.io.IOException - if parsing or IO operations fails.
java.io.FileNotFoundExceptionAStaticDataCollector.collectData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||