anl.aida.client.io
Class AlertFileIO

java.lang.Object
  extended by anl.aida.client.io.AlertFileIO

public class AlertFileIO
extends java.lang.Object

Parses an alert file into triggers.


Constructor Summary
AlertFileIO()
           
 
Method Summary
 java.util.List<Trigger> read(java.lang.String filename)
           
 void write(java.util.List<Trigger> triggers, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertFileIO

public AlertFileIO()
Method Detail

read

public java.util.List<Trigger> read(java.lang.String filename)
                             throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.util.List<Trigger> triggers,
                  java.lang.String filename)
           throws java.io.IOException
Throws:
java.io.IOException