org.jactr.tools.tracer.sinks.trace.internal
Class TraceIndex

java.lang.Object
  extended by org.jactr.tools.tracer.sinks.trace.internal.TraceIndex

public class TraceIndex
extends java.lang.Object

documents what files contain what time ranges, plus the general make up of the contents

Author:
harrison

Constructor Summary
TraceIndex(java.io.File outputDirectory)
           
 
Method Summary
 void update(java.io.File archiveFile, double[] timeWindow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceIndex

public TraceIndex(java.io.File outputDirectory)
Method Detail

update

public void update(java.io.File archiveFile,
                   double[] timeWindow)