org.epics.pvmanager.sim
Class Replay

java.lang.Object
  extended by org.epics.pvmanager.sim.Replay

public class Replay
extends java.lang.Object

Function that reads an xml file and simulates a pv by replaying it.

Author:
carcassi

Constructor Summary
Replay(java.lang.String uri)
          The URI of the file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Replay

public Replay(java.lang.String uri)
The URI of the file. Any of the standard protocol is supported (file:, http:, ...). Relative uris are allowed, and they will be resolved on the current location in the filesystem.

Parameters:
uri - the location of the playback file